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

Represents move caret command base.

Definition

Constructors

Initializes a new instance of the MoveCaretCommandBase class.

C#
protected MoveCaretCommandBase(FixedDocumentViewerBase viewer)
Parameters:viewerFixedDocumentViewerBase

The viewer.

Methods

Determines whether the command can be executed.

C#
public override bool CanExecuteOverride(object parameter)
Parameters:parameterobject

The parameter.

Returns:

bool

Returns if the command can be executed.

Overrides: FixedDocumentViewerCommandBase.CanExecuteOverride(object)