PaletteButtonEnabled Enumeration |
Specifies the enabled state of a button specification.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum PaletteButtonEnabled
Members| Member name | Value | Description |
|---|
| Inherit | 0 |
Specifies enabled state should be inherited.
|
| Container | 1 |
Specifies button should take enabled state from container control state.
|
| True | 2 |
Specifies button should be enabled.
|
| False | 3 |
Specifies button should be disabled.
|
See Also