HotkeyPrefix
System.Drawing.Text.HotkeyPrefix
Namespace: System.Drawing.Text
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies the type of display for hotkey prefixes for text.
public enum HotkeyPrefix : EnumPublic Enum HotkeyPrefix As [Enum]Fields
Name
Description
Hide
Do not display the hotkey prefix.
None
No hotkey prefix.
Show
Display the hotkey prefix.
Used By
Name
Description
Gets or sets the HotkeyPrefix object for this StringFormat object.
Last updated
Was this helpful?