This topic has not yet been rated - Rate this topic

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: Specifies that the hotkey prefix SHOULD NOT be displayed.

HotkeyPrefixShow: Specifies that no hotkey prefix is defined.

HotkeyPrefixHide: Specifies that the hotkey prefix SHOULD be displayed.

Graphics text is specified by EmfPlusStringFormat objects (section 2.2.1.9).

See section 2.1.1 for the specification of additional enumerations.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.