Click or drag to resize

PaletteState Enumeration

Specifies the state of the element.

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#
[FlagsAttribute]
public enum PaletteState
Members
Member nameValueDescription
Disabled1 Specifies the element is in the disabled state.
Normal2 Specifies the element is in the normal state.
Tracking4 Specifies the element is in the hot tracking state.
Pressed8 Specifies the element is in the pressed state.
Checked4,096 Specifies the bit that is set for all checked states.
CheckedNormal4,098 Specifies the element is in the normal state.
CheckedTracking4,100 Specifies the checked element is in the hot tracking state.
CheckedPressed4,104 Specifies the checked element is in the pressed state.
Context8,192 Specifies the bit that is set for all context states.
ContextNormal8,194 Specifies the context element is in the normal state.
ContextTracking8,196 Specifies the context element is in the hot tracking state.
ContextPressed8,200 Specifies the context element is in the hot tracking state.
ContextCheckedNormal8,208 Specifies the context element is in the check normal state.
ContextCheckedTracking8,224 Specifies the context element is in the check tracking state.
Override1,048,576 Specifies the bit that is set for all override states.
FocusOverride1,048,577 Specifies values to override when in any state but with the focus.
NormalDefaultOverride1,048,578 Specifies values to override when in normal state but the default element.
LinkVisitedOverride1,048,580 Specifies values to override when a link has been visited.
LinkNotVisitedOverride1,048,584 Specifies values to override when a link has not been visited.
LinkPressedOverride1,048,592 Specifies values to override when a link is pressed.
BoldedOverride1,048,608 Specifies values to override bolded dates in calendars.
TodayOverride1,048,640 Specifies values to override today date in calendars.
See Also