Specifies the type of display for hot-key prefixes that relate to text.
[Visual Basic]
<Serializable>
Public Enum HotkeyPrefix
[C#]
[Serializable]
public enum HotkeyPrefix
[C++]
[Serializable]
__value public enum HotkeyPrefix
[JScript]
public
Serializable
enum HotkeyPrefix
Remarks
A hot-key prefix allows you to use a keyboard combination (usually CTRL+< HotKey> or ALT+< HotKey>) to access functionality represented by text displayed on the screen.
Members
| Member name | Description |
| Hide | Do not display the hot-key prefix. |
| None | No hot-key prefix. |
| Show | Display the hot-key prefix. |
Requirements
Namespace: System.Drawing.Text
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
System.Drawing.Text Namespace