Click or drag to resize

PaletteTextHotkeyPrefix Enumeration

Specifies how to show hotkey prefix characters.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum PaletteTextHotkeyPrefix
Members
Member nameValueDescription
None0Turns off processing of prefix characters.
Show1Turns on processing of prefix characters.
Hide2Ignores the ampersand prefix character in text.
Inherit-1 Specifies text prefix should be inherited.
See Also