Class
SyntaxEditorCommands

Class SyntaxEditorCommands.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class SyntaxEditorCommands : INotifyPropertyChanged

Inheritance: objectSyntaxEditorCommands

Implements: INotifyPropertyChanged

Properties

BackspaceCommand

Gets the backspace command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase BackspaceCommand { get; }

Property Value

SyntaxEditorCommandBase

The backspace command.

CloseFindDialogCommand

Gets the close find dialog command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase CloseFindDialogCommand { get; }

Property Value

SyntaxEditorCommandBase

CodeCompletionCommand

Gets the code completion command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase CodeCompletionCommand { get; }

Property Value

SyntaxEditorCommandBase

The code completion command.

CopyCommand

Gets the copy command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase CopyCommand { get; }

Property Value

SyntaxEditorCommandBase

The copy command.

CutCommand

Gets the cut command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase CutCommand { get; }

Property Value

SyntaxEditorCommandBase

The cut command.

DeleteCommand

Gets the delete command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase DeleteCommand { get; }

Property Value

SyntaxEditorCommandBase

The delete command.

DeleteFullLineCommand

Gets the delete full line command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase DeleteFullLineCommand { get; }

Property Value

SyntaxEditorCommandBase

The delete full line command.

DeleteWordToLeftCommand

Gets the delete word to left command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase DeleteWordToLeftCommand { get; }

Property Value

SyntaxEditorCommandBase

The delete word to left command.

DeleteWordToRightCommand

Gets the delete word to right command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase DeleteWordToRightCommand { get; }

Property Value

SyntaxEditorCommandBase

The delete word to right command.

HighlightAllMatchesCommand

Gets the highlight all matches command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase HighlightAllMatchesCommand { get; }

Property Value

SyntaxEditorCommandBase

IndentCommand

Gets the indent command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase IndentCommand { get; }

Property Value

SyntaxEditorCommandBase

The indent command.

MoveCaretCommand

Gets the move caret command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase MoveCaretCommand { get; }

Property Value

SyntaxEditorCommandBase

The move caret command.

NavigateNextMatchCommand

Gets the navigate next match command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase NavigateNextMatchCommand { get; }

Property Value

SyntaxEditorCommandBase

NavigatePreviousMatchCommand

Gets the navigate previous match command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase NavigatePreviousMatchCommand { get; }

Property Value

SyntaxEditorCommandBase

OpenFindDialogCommand

Gets the open find dialog command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase OpenFindDialogCommand { get; }

Property Value

SyntaxEditorCommandBase

PasteCommand

Gets the paste command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase PasteCommand { get; }

Property Value

SyntaxEditorCommandBase

The paste command.

RedoCommand

Gets the redo command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase RedoCommand { get; }

Property Value

SyntaxEditorCommandBase

The redo command.

SelectAllCommand

Gets the select all command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase SelectAllCommand { get; }

Property Value

SyntaxEditorCommandBase

The select all command.

ToggleInsertModeCommand

Gets the toggle insert mode command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase ToggleInsertModeCommand { get; }

Property Value

SyntaxEditorCommandBase

The toggle insert mode command.

UndoCommand

Gets the undo command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase UndoCommand { get; }

Property Value

SyntaxEditorCommandBase

The undo command.

UnindentCommand

Gets the unindent command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase UnindentCommand { get; }

Property Value

SyntaxEditorCommandBase

The unindent command.

Methods

OnPropertyChanged(string)

Called when a property is changed.

Declaration

cs-api-definition
protected void OnPropertyChanged(string name)

Parameters

name

string

Events

PropertyChanged

Property changed event.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged