Specifies the state of the element.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax[FlagsAttribute]
public enum PaletteState
Members| Member name | Value | Description |
|---|
| Disabled | 1 |
Specifies the element is in the disabled state.
|
| Normal | 2 |
Specifies the element is in the normal state.
|
| Tracking | 4 |
Specifies the element is in the hot tracking state.
|
| Pressed | 8 |
Specifies the element is in the pressed state.
|
| Checked | 4,096 |
Specifies the bit that is set for all checked states.
|
| CheckedNormal | 4,098 |
Specifies the element is in the normal state.
|
| CheckedTracking | 4,100 |
Specifies the checked element is in the hot tracking state.
|
| CheckedPressed | 4,104 |
Specifies the checked element is in the pressed state.
|
| Context | 8,192 |
Specifies the bit that is set for all context states.
|
| ContextNormal | 8,194 |
Specifies the context element is in the normal state.
|
| ContextTracking | 8,196 |
Specifies the context element is in the hot tracking state.
|
| ContextPressed | 8,200 |
Specifies the context element is in the hot tracking state.
|
| ContextCheckedNormal | 8,208 |
Specifies the context element is in the check normal state.
|
| ContextCheckedTracking | 8,224 |
Specifies the context element is in the check tracking state.
|
| Override | 1,048,576 |
Specifies the bit that is set for all override states.
|
| FocusOverride | 1,048,577 |
Specifies values to override when in any state but with the focus.
|
| NormalDefaultOverride | 1,048,578 |
Specifies values to override when in normal state but the default element.
|
| LinkVisitedOverride | 1,048,580 |
Specifies values to override when a link has been visited.
|
| LinkNotVisitedOverride | 1,048,584 |
Specifies values to override when a link has not been visited.
|
| LinkPressedOverride | 1,048,592 |
Specifies values to override when a link is pressed.
|
| BoldedOverride | 1,048,608 |
Specifies values to override bolded dates in calendars.
|
| TodayOverride | 1,048,640 |
Specifies values to override today date in calendars.
|
See Also