ClassMoveCaretCommand
Class
Class MoveCaretCommand. Implements the SyntaxEditorCommandBase
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class MoveCaretCommand : SyntaxEditorCommandBase, ICommand
Inheritance: objectSyntaxEditorCommandBaseMoveCaretCommand
Implements:
Inherited Members
Constructors
MoveCaretCommand(RadSyntaxEditor)
Initializes a new instance of the MoveCaretCommand class.
Declaration
cs-api-definition
public MoveCaretCommand(RadSyntaxEditor editor)
Parameters
editor
The editor.
Methods
CanExecuteOverride(object)
Determines whether this instance [can execute override] the specified parameter.
ExecuteOverride(object)
Executes the override.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The parameter.
Overrides