Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum HKeyPrefix

Members

Name Description
Default

Underline the character that is preceded by the ampersand symbol (&) when a user presses ALT.

None

Show the ampersand symbol (&).

HotkeyPrefix_None

Show

Underline the character preceded by the ampersand symbol (&).

HotkeyPrefix_Show

Hide

Do not underline the character that is preceded by the ampersand symbol (&).

HotkeyPrefix_Hide

Related API Members

The following properties accept/return HKeyPrefix values:

Remarks

See the TextOptions.HotkeyPrefix topic for more information.

See Also