ClassSyntaxEditorCommands
Class SyntaxEditorCommands.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class SyntaxEditorCommands : INotifyPropertyChanged
Inheritance: objectSyntaxEditorCommands
Implements:
Properties
BackspaceCommand
Gets the backspace command.
Declaration
public SyntaxEditorCommandBase BackspaceCommand { get; }
Property Value
The backspace command.
CloseFindDialogCommand
Gets the close find dialog command.
Declaration
public SyntaxEditorCommandBase CloseFindDialogCommand { get; }
Property Value
CodeCompletionCommand
Gets the code completion command.
Declaration
public SyntaxEditorCommandBase CodeCompletionCommand { get; }
Property Value
The code completion command.
CopyCommand
Gets the copy command.
Declaration
public SyntaxEditorCommandBase CopyCommand { get; }
Property Value
The copy command.
CutCommand
Gets the cut command.
Declaration
public SyntaxEditorCommandBase CutCommand { get; }
Property Value
The cut command.
DeleteCommand
Gets the delete command.
Declaration
public SyntaxEditorCommandBase DeleteCommand { get; }
Property Value
The delete command.
DeleteFullLineCommand
Gets the delete full line command.
Declaration
public SyntaxEditorCommandBase DeleteFullLineCommand { get; }
Property Value
The delete full line command.
DeleteWordToLeftCommand
Gets the delete word to left command.
Declaration
public SyntaxEditorCommandBase DeleteWordToLeftCommand { get; }
Property Value
The delete word to left command.
DeleteWordToRightCommand
Gets the delete word to right command.
Declaration
public SyntaxEditorCommandBase DeleteWordToRightCommand { get; }
Property Value
The delete word to right command.
HighlightAllMatchesCommand
Gets the highlight all matches command.
Declaration
public SyntaxEditorCommandBase HighlightAllMatchesCommand { get; }
Property Value
IndentCommand
Gets the indent command.
Declaration
public SyntaxEditorCommandBase IndentCommand { get; }
Property Value
The indent command.
MoveCaretCommand
Gets the move caret command.
Declaration
public SyntaxEditorCommandBase MoveCaretCommand { get; }
Property Value
The move caret command.
NavigateNextMatchCommand
Gets the navigate next match command.
Declaration
public SyntaxEditorCommandBase NavigateNextMatchCommand { get; }
Property Value
NavigatePreviousMatchCommand
Gets the navigate previous match command.
Declaration
public SyntaxEditorCommandBase NavigatePreviousMatchCommand { get; }
Property Value
OpenFindDialogCommand
Gets the open find dialog command.
Declaration
public SyntaxEditorCommandBase OpenFindDialogCommand { get; }
Property Value
PasteCommand
Gets the paste command.
Declaration
public SyntaxEditorCommandBase PasteCommand { get; }
Property Value
The paste command.
RedoCommand
Gets the redo command.
Declaration
public SyntaxEditorCommandBase RedoCommand { get; }
Property Value
The redo command.
SelectAllCommand
Gets the select all command.
Declaration
public SyntaxEditorCommandBase SelectAllCommand { get; }
Property Value
The select all command.
ToggleInsertModeCommand
Gets the toggle insert mode command.
Declaration
public SyntaxEditorCommandBase ToggleInsertModeCommand { get; }
Property Value
The toggle insert mode command.
UndoCommand
Gets the undo command.
Declaration
public SyntaxEditorCommandBase UndoCommand { get; }
Property Value
The undo command.
UnindentCommand
Gets the unindent command.
Declaration
public SyntaxEditorCommandBase UnindentCommand { get; }
Property Value
The unindent command.
Methods
OnPropertyChanged(string)
Called when a property is changed.
Events
PropertyChanged
Property changed event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements