Class ArrowKeyCommandDescriptor
Represents arrow key command descriptor class.
Inheritance
System.Object
ArrowKeyCommandDescriptor
Inherited Members
Namespace: Telerik.Windows.Documents.Commands.Descriptors
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class ArrowKeyCommandDescriptor : CompositeCommandDescriptor<FixedDocumentViewerMode>, INotifyPropertyChanged
Constructors
ArrowKeyCommandDescriptor(FixedDocumentViewerBase, Boolean, KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[])
Initializes a new instance of the ArrowKeyCommandDescriptor class.
Declaration
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, bool isEnabled, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
Parameters
FixedDocumentViewerBase
viewer
The viewer. |
System.Boolean
isEnabled
The is enabled. |
System.Collections.Generic.KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]
data
The data. |
ArrowKeyCommandDescriptor(FixedDocumentViewerBase, KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[])
Initializes a new instance of the ArrowKeyCommandDescriptor class.
Declaration
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
Parameters
FixedDocumentViewerBase
viewer
The viewer. |
System.Collections.Generic.KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]
data
The data. |
Properties
Command
Gets the command.
Declaration
public override ICommand Command { get; }
Property Value
System.Windows.Input.ICommand
The command. |