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