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