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: 2024.1.1.0 (2024.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.
Checked4096 Specifies the bit that is set for all checked states.
CheckedNormal4098 Specifies the element is in the normal state.
CheckedTracking4100 Specifies the checked element is in the hot tracking state.
CheckedPressed4104 Specifies the checked element is in the pressed state.
Context8192 Specifies the bit that is set for all context states.
ContextNormal8194 Specifies the context element is in the normal state.
ContextTracking8196 Specifies the context element is in the hot tracking state.
ContextPressed8200 Specifies the context element is in the hot tracking state.
ContextCheckedNormal8208 Specifies the context element is in the check normal state.
ContextCheckedTracking8224 Specifies the context element is in the check tracking state.
Override1048576 Specifies the bit that is set for all override states.
FocusOverride1048577 Specifies values to override when in any state but with the focus.
NormalDefaultOverride1048578 Specifies values to override when in normal state but the default element.
LinkVisitedOverride1048580 Specifies values to override when a link has been visited.
LinkNotVisitedOverride1048584 Specifies values to override when a link has not been visited.
LinkPressedOverride1048592 Specifies values to override when a link is pressed.
BoldedOverride1048608 Specifies values to override bolded dates in calendars.
TodayOverride1048640 Specifies values to override today date in calendars.
See Also