System.Drawing.Text (system.drawing.dll) | enum |
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
|