windowsforms-devexpress-dot-utils-070c0be6.md
Provides values that specify whether or not to underline characters that are preceded with an ampersand symbol (&) in certain controls.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum HKeyPrefix
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum HKeyPrefix
| Name | Description |
|---|---|
Default |
Underline the character that is preceded by the ampersand symbol (&) when a user presses ALT.
|
| None |
Show the ampersand symbol (&).
|
| Show |
Underline the character preceded by the ampersand symbol (&).
|
| Hide |
Do not underline the character that is preceded by the ampersand symbol (&).
|
The following properties accept/return HKeyPrefix values:
See the TextOptions.HotkeyPrefix topic for more information.
See Also