Class MoveCaretCommand
Class MoveCaretCommand.
Implements the Syntax
Inherited Members
Namespace: Telerik.WinForms.SyntaxEditor.Commands
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class MoveCaretCommand : SyntaxEditorCommandBase, ICommand
Constructors
MoveCaretCommand(RadSyntaxEditorElement)
Initializes a new instance of the Move
Declaration
public MoveCaretCommand(RadSyntaxEditorElement editor)
Parameters
Rad The editor. |
Methods
CanExecuteOverride(Object)
Determines whether this instance [can execute override] the specified parameter.
Declaration
protected override bool CanExecuteOverride(object parameter)
Parameters
System. The parameter. |
Returns
System.
|
Overrides
ExecuteOverride(Object)
Executes the override.
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System. The parameter. |