HotkeyPrefix public enum HotkeyPrefix Specifies the type of display for hot-key prefixes that relate to text. Documentation Code namespace System.Drawing.Text { public enum HotkeyPrefix { None, Show, Hide } }