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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum PaletteTextHotkeyPrefix
Members
  Member nameValueDescription
Inherit-1 Specifies text prefix should be inherited.
None0Turns off processing of prefix characters.
Show1Turns on processing of prefix characters.
Hide2Ignores the ampersand prefix character in text.
See Also