Class SyntaxEditorCommands
Class SyntaxEditorCommands.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.SyntaxEditor.Commands
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class SyntaxEditorCommands : INotifyPropertyChanged
Properties
BackspaceCommand
Gets the backspace command.
Declaration
public SyntaxEditorCommandBase BackspaceCommand { get; }
Property Value
Syntax 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
Syntax The code completion command. |
CopyCommand
Gets the copy command.
Declaration
public SyntaxEditorCommandBase CopyCommand { get; }
Property Value
Syntax The copy command. |
CutCommand
Gets the cut command.
Declaration
public SyntaxEditorCommandBase CutCommand { get; }
Property Value
Syntax The cut command. |
DeleteCommand
Gets the delete command.
Declaration
public SyntaxEditorCommandBase DeleteCommand { get; }
Property Value
Syntax The delete command. |
DeleteFullLineCommand
Gets the delete full line command.
Declaration
public SyntaxEditorCommandBase DeleteFullLineCommand { get; }
Property Value
Syntax The delete full line command. |
DeleteWordToLeftCommand
Gets the delete word to left command.
Declaration
public SyntaxEditorCommandBase DeleteWordToLeftCommand { get; }
Property Value
Syntax The delete word to left command. |
DeleteWordToRightCommand
Gets the delete word to right command.
Declaration
public SyntaxEditorCommandBase DeleteWordToRightCommand { get; }
Property Value
Syntax 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
Syntax The indent command. |
MoveCaretCommand
Gets the move caret command.
Declaration
public SyntaxEditorCommandBase MoveCaretCommand { get; }
Property Value
Syntax The move caret command. |
NavigateNextMatchCommand
NavigatePreviousMatchCommand
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
Syntax The paste command. |
RedoCommand
Gets the redo command.
Declaration
public SyntaxEditorCommandBase RedoCommand { get; }
Property Value
Syntax The redo command. |
SelectAllCommand
Gets the select all command.
Declaration
public SyntaxEditorCommandBase SelectAllCommand { get; }
Property Value
Syntax The select all command. |
ToggleInsertModeCommand
Gets the toggle insert mode command.
Declaration
public SyntaxEditorCommandBase ToggleInsertModeCommand { get; }
Property Value
Syntax The toggle insert mode command. |
UndoCommand
Gets the undo command.
Declaration
public SyntaxEditorCommandBase UndoCommand { get; }
Property Value
Syntax The undo command. |
UnindentCommand
Gets the unindent command.
Declaration
public SyntaxEditorCommandBase UnindentCommand { get; }
Property Value
Syntax The unindent command. |
Methods
OnPropertyChanged(String)
Called when a property is changed.
Declaration
protected void OnPropertyChanged(string name)
Parameters
System.
|
Events
PropertyChanged
Property changed event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|