This enumeration is used by the System.Drawing.StringFormat.HotkeyPrefix property to determine how shortcut keys (as designated by an & character) are displayed in a string. public enum HotkeyPrefix { None = 0 , Show = 1 , Hide = 2 } Hierarchy System.Object Returned BySystem.Drawing.StringFormat.HotkeyPrefix Passed ToSystem.Drawing.StringFormat.HotkeyPrefix |