Skip to main content

DiagramCommandsBase.GetKeyUpCommand(Key, ModifierKeys) Method

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

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

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