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