Skip to main content
A newer version of this page is available. .

CommandHotkeys(Key, ModifierKeys) Constructor

Initializes a new instance of the DiagramCommandsBase.CommandHotkeys class with specified settings.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public CommandHotkeys(
    Key key,
    ModifierKeys modifierKeys = ModifierKeys.None
)

Parameters

Name Type
key Key

Optional Parameters

Name Type Default
modifierKeys ModifierKeys 0
See Also