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

TextOptions.SetHotKeyPrefix(HKeyPrefix) Method

Sets the TextOptions.HotkeyPrefix property without the property changed notifications.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void SetHotKeyPrefix(
    HKeyPrefix value
)

Parameters

Name Type Description
value HKeyPrefix

A HKeyPrefix enumeration value which represents the hotkey prefix for the text.

See Also