2.1.1.14 HotkeyPrefix Enumeration
The HotkeyPrefix enumeration defines output options for hotkey prefixes in graphics text.
-
typedef enum { HotkeyPrefixNone = 0x00000000, HotkeyPrefixShow = 0x00000001, HotkeyPrefixHide = 0x00000002 } HotkeyPrefix;
HotkeyPrefixNone: The hotkey prefix SHOULD NOT be displayed.
HotkeyPrefixShow: No hotkey prefix is defined.
HotkeyPrefixHide: The hotkey prefix SHOULD be displayed.
Graphics text is specified by EmfPlusStringFormat objects.
See section 2.1.1 for the specification of additional enumerations.