HotkeyPrefix
Namespace: System.Drawing.Text
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies the type of display for hotkey prefixes for text.
- C#
- VB.NET
public enum HotkeyPrefix : Enum
Public Enum HotkeyPrefix As [Enum]
Fields
| Name | Description |
|---|---|
| Hide | Do not display the hotkey prefix. |
| None | No hotkey prefix. |
| Show | Display the hotkey prefix. |
Used By
| Name | Description |
|---|---|
| StringFormat.HotkeyPrefix | Gets or sets the HotkeyPrefix object for this StringFormat object. |