Represents arrow key command descriptor class.
Definition
Namespace:Telerik.Windows.Documents.Commands.Descriptors
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class ArrowKeyCommandDescriptor : CompositeCommandDescriptor<FixedDocumentViewerMode>, INotifyPropertyChanged
Inheritance: objectCommandDescriptorBaseCompositeCommandDescriptor<FixedDocumentViewerMode>ArrowKeyCommandDescriptor
Implements:
Inherited Members
Constructors
Initializes a new instance of the ArrowKeyCommandDescriptor class.
C#
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, bool isEnabled, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
The viewer.
isEnabledboolThe is enabled.
dataKeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]The data.
Initializes a new instance of the ArrowKeyCommandDescriptor class.
C#
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
The viewer.
dataKeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]The data.