Name

HotkeyPrefix

Synopsis

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) HotkeyPrefix

Returned By

System.Drawing.StringFormat.HotkeyPrefix

Passed To

System.Drawing.StringFormat.HotkeyPrefix

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.