Skip to main content

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 : Enum

Fields​

NameDescription
HideDo not display the hotkey prefix.
NoneNo hotkey prefix.
ShowDisplay the hotkey prefix.

Used By​

NameDescription
StringFormat.HotkeyPrefixGets or sets the HotkeyPrefix object for this StringFormat object.