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

KeyShortcut.GetKeyDisplayText(Keys) Method

Returns the text representation of the specified System.Windows.Forms.Keys object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static string GetKeyDisplayText(
    Keys key
)

Parameters

Name Type Description
key Keys

The object whose text representation is to be obtained.

Returns

Type Description
String

The text representation of the specified Keys object.

See Also