ClassMoveCaretCommandBase
Class
Represents move caret command base.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public abstract class MoveCaretCommandBase : FixedDocumentViewerCommandBase, ICommand
Inheritance: objectFixedDocumentViewerCommandBaseMoveCaretCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
MoveCaretCommandBase(FixedDocumentViewerBase)
Initializes a new instance of the MoveCaretCommandBase class.
Declaration
cs-api-definition
protected MoveCaretCommandBase(FixedDocumentViewerBase viewer)
Parameters
viewer
The viewer.
Methods
CanExecuteOverride(object)
Determines whether the command can be executed.