ClassArrowKeyCommandDescriptor
Class
Represents arrow key command descriptor class.
Definition
Namespace:Telerik.Windows.Documents.Commands.Descriptors
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public class ArrowKeyCommandDescriptor : CompositeCommandDescriptor<FixedDocumentViewerMode>, INotifyPropertyChanged
Inheritance: objectCommandDescriptorBaseCompositeCommandDescriptor<FixedDocumentViewerMode>ArrowKeyCommandDescriptor
Implements:
Inherited Members
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
The viewer.
isEnabled
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
The viewer.
data
KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]
The data.