PaletteTextHotkeyPrefix Enumeration |
Specifies how to show hotkey prefix characters.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum PaletteTextHotkeyPrefix
Members| Member name | Value | Description |
|---|
| None | 0 | Turns off processing of prefix characters. |
| Show | 1 | Turns on processing of prefix characters. |
| Hide | 2 | Ignores the ampersand prefix character in text. |
| Inherit | -1 |
Specifies text prefix should be inherited.
|
See Also