MoveCaretCommand
Class
Class MoveCaretCommand. Implements the SyntaxEditorCommandBase
Definition
Namespace:Telerik.WinForms.SyntaxEditor.Commands
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class MoveCaretCommand : SyntaxEditorCommandBase, ICommand
Inheritance: objectSyntaxEditorCommandBaseMoveCaretCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the MoveCaretCommand class.
C#
public MoveCaretCommand(RadSyntaxEditorElement editor)
The editor.
Methods
Executes the override.
C#
protected override void ExecuteOverride(object parameter)
The parameter.
Overrides: