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

DiagramCommandsBase.GetKeyUpCommand(Key, ModifierKeys) Method

Gets the command associated with releasing the specified key or key combination.

Namespace: DevExpress.Diagram.Core

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

Declaration

public static DiagramCommandWithParameter GetKeyUpCommand(
    Key key,
    ModifierKeys modifiers
)

Parameters

Name Type Description
key Key

A key.

modifiers ModifierKeys

A set of modifier keys.

Returns

Type Description
DevExpress.Diagram.Core.Native.DiagramCommandWithParameter

The associated command.

See Also