Class
ArrowKeyCommandDescriptor

Represents arrow key command descriptor class.

Definition

Constructors

ArrowKeyCommandDescriptor(FixedDocumentViewerBase, bool, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[])

Initializes a new instance of the ArrowKeyCommandDescriptor class.

Declaration

cs-api-definition
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, bool isEnabled, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)

Parameters

viewer

FixedDocumentViewerBase

The viewer.

isEnabled

bool

The is enabled.

data

KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]

The data.

ArrowKeyCommandDescriptor(FixedDocumentViewerBase, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[])

Initializes a new instance of the ArrowKeyCommandDescriptor class.

Declaration

cs-api-definition
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)

Parameters

viewer

FixedDocumentViewerBase

The viewer.

data

KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]

The data.

Properties

Command

Gets the command.

Declaration

cs-api-definition
public override ICommand Command { get; }

Property Value

ICommand

The command.

Overrides CommandDescriptorBase.Command