constants ShortcutKeyVisibleEnum
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:

NameValueDescription
exHideShortcutKeys0 No visual appearance is shown for any of the shortcut keys.
exShowShortcutKeysPressOnly1 The visual appearance of each available shortcut key is shown as soon as the user presses the modifier keys.
exShowShortcutKeysPressOnlyDelayed2 The visual appearance of each available shortcut key is shown delayed as soon as the user presses the modifier keys.
exShowShortcutKeysToggle3 The visual appearance of each available shortcut key is shown or hidden when the user releases the modifier keys.
exShowShortcutKeysToggleDelayed4 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.
exDisableShortcutKeys16 All shortcut keys are disabled. This flag can be combined with any other.
exDisplayShortcutKeysAllAvailable32 All available shortcut keys are shown. This flag can be combined with any other.
exLongerDelayShortcutKeys64 Specifies a longer delay for Delayed modes. This flag can be combined with any other.
exAllowShortcutKeysIfNotShown128 Indicates that the user can invoke any shortcut, even if it is not visible. This flag can be combined with any other.
exCloseShortcutKeysOnClick256 Specifies to close the shortcut keys when the user click anywhere. This flag can be combined with any other.