KeyShortcut.GetKeyDisplayText(Keys) Method
Returns the text representation of the specified System.Windows.Forms.Keys object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v26.1.dll
Declaration
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