.NET Windows Forms in a Nutshell
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 By
System.Drawing.StringFormat.HotkeyPrefix Passed To
System.Drawing.StringFormat.HotkeyPrefix |