Back to Devexpress

HKeyPrefix Enum

windowsforms-devexpress-dot-utils-070c0be6.md

latest1.8 KB
Original Source

HKeyPrefix Enum

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

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum HKeyPrefix
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum HKeyPrefix

Members

NameDescription
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:

Remarks

See the TextOptions.HotkeyPrefix topic for more information.

See Also

HotkeyPrefix

DevExpress.Utils Namespace