New to Telerik UI for WinFormsStart a free 30-day trial

Class SyntaxEditorCommands.

Definition

Namespace:Telerik.WinForms.SyntaxEditor.Commands

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public class SyntaxEditorCommands : INotifyPropertyChanged

Inheritance: objectSyntaxEditorCommands

Implements: INotifyPropertyChanged

Properties

Gets the backspace command.

C#
public SyntaxEditorCommandBase BackspaceCommand { get; }
Property Value:

The backspace command.

Gets the close find dialog command.

C#
public SyntaxEditorCommandBase CloseFindDialogCommand { get; }

Gets the code completion command.

C#
public SyntaxEditorCommandBase CodeCompletionCommand { get; }
Property Value:

The code completion command.

Gets the copy command.

C#
public SyntaxEditorCommandBase CopyCommand { get; }
Property Value:

The copy command.

Gets the cut command.

C#
public SyntaxEditorCommandBase CutCommand { get; }
Property Value:

The cut command.

Gets the delete command.

C#
public SyntaxEditorCommandBase DeleteCommand { get; }
Property Value:

The delete command.

Gets the delete full line command.

C#
public SyntaxEditorCommandBase DeleteFullLineCommand { get; }
Property Value:

The delete full line command.

Gets the delete word to left command.

C#
public SyntaxEditorCommandBase DeleteWordToLeftCommand { get; }
Property Value:

The delete word to left command.

Gets the delete word to right command.

C#
public SyntaxEditorCommandBase DeleteWordToRightCommand { get; }
Property Value:

The delete word to right command.

Gets the highlight all matches command.

C#
public SyntaxEditorCommandBase HighlightAllMatchesCommand { get; }

Gets the indent command.

C#
public SyntaxEditorCommandBase IndentCommand { get; }
Property Value:

The indent command.

Gets the move caret command.

C#
public SyntaxEditorCommandBase MoveCaretCommand { get; }
Property Value:

The move caret command.

Gets the navigate next match command.

C#
public SyntaxEditorCommandBase NavigateNextMatchCommand { get; }

Gets the navigate previous match command.

C#
public SyntaxEditorCommandBase NavigatePreviousMatchCommand { get; }

Gets the open find dialog command.

C#
public SyntaxEditorCommandBase OpenFindDialogCommand { get; }

Gets the paste command.

C#
public SyntaxEditorCommandBase PasteCommand { get; }
Property Value:

The paste command.

Gets the redo command.

C#
public SyntaxEditorCommandBase RedoCommand { get; }
Property Value:

The redo command.

Gets the select all command.

C#
public SyntaxEditorCommandBase SelectAllCommand { get; }
Property Value:

The select all command.

Gets the toggle insert mode command.

C#
public SyntaxEditorCommandBase ToggleInsertModeCommand { get; }
Property Value:

The toggle insert mode command.

Gets the undo command.

C#
public SyntaxEditorCommandBase UndoCommand { get; }
Property Value:

The undo command.

Gets the unindent command.

C#
public SyntaxEditorCommandBase UnindentCommand { get; }
Property Value:

The unindent command.

Methods

Called when a property is changed.

C#
protected void OnPropertyChanged(string name)
Parameters:namestring

Events

Property changed event.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged