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 Arrow
Declaration
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, bool isEnabled, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
Parameters
Fixed The viewer. |
System. The is enabled. |
System. The data. |
ArrowKeyCommandDescriptor(FixedDocumentViewerBase, KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[])
Initializes a new instance of the Arrow
Declaration
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
Parameters
Fixed The viewer. |
System. The data. |
Properties
Command
Gets the command.
Declaration
public override ICommand Command { get; }
Property Value
System. The command. |