HotkeyPrefix

EmfPlusStringFormat.HotkeyPrefix property

Gets or sets a 32-bit signed integer that specifies the type of processing that is performed on a string when a keyboard shortcut prefix (that is, an ampersand) is encountered. Basically, this field specifies whether to display keyboard shortcut prefixes that relate to text. The value MUST be defined in the HotkeyPrefix enumeration (section 2.1.1.14).

public EmfPlusHotkeyPrefix HotkeyPrefix { get; set; }

See Also