The ShortcutKeyVisibleEnum type defines whether
the shortcut key is visible or hidden. The
ShortcutKeyVisible
property gets or sets a value that specifies whether the control's shortcut keys are visible or hidden.
The ShortcutKeyVisibleEnum type supports the following flags:
| | Name | Value | Description | |
| |
exHideShortcutKeys | 0
|
No visual appearance is shown for any of the shortcut keys.
| |
| |
exShowShortcutKeysPressOnly | 1
|
The visual appearance of each available shortcut key is shown as soon as the user presses the modifier keys.
| |
| |
exShowShortcutKeysPressOnlyDelayed | 2
|
The visual appearance of each available shortcut key is shown delayed as soon as the user presses the modifier keys.
| |
| |
exShowShortcutKeysToggle | 3
|
The visual appearance of each available shortcut key is shown or hidden when the user releases the modifier keys.
| |
| |
exShowShortcutKeysToggleDelayed | 4
|
The visual appearance of each available shortcut key is shown or hidden when the user releases the modifier keys, or as soon as the user keeps pressing the modifier keys.
| |
| |
exDisableShortcutKeys | 16
|
All shortcut keys are disabled. This flag can be combined with any other.
| |
| |
exDisplayShortcutKeysAllAvailable | 32
|
All available shortcut keys are shown. This flag can be combined with any
other.
| |
| |
exLongerDelayShortcutKeys | 64
|
Specifies a longer delay for Delayed modes. This flag can be combined with any
other.
| |
| |
exAllowShortcutKeysIfNotShown | 128
|
Indicates that the user can invoke any shortcut, even if it is not visible.
This flag can be combined with any other.
| |
| |
exCloseShortcutKeysOnClick | 256
|
Specifies to close the shortcut keys when the user click anywhere. This flag
can be combined with any other.
| |