PaletteState Enumeration |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
[FlagsAttribute] public enum PaletteState
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 | 4096 | Specifies the bit that is set for all checked states. | |
CheckedNormal | 4098 | Specifies the element is in the normal state. | |
CheckedTracking | 4100 | Specifies the checked element is in the hot tracking state. | |
CheckedPressed | 4104 | Specifies the checked element is in the pressed state. | |
Context | 8192 | Specifies the bit that is set for all context states. | |
ContextNormal | 8194 | Specifies the context element is in the normal state. | |
ContextTracking | 8196 | Specifies the context element is in the hot tracking state. | |
ContextPressed | 8200 | Specifies the context element is in the hot tracking state. | |
ContextCheckedNormal | 8208 | Specifies the context element is in the check normal state. | |
ContextCheckedTracking | 8224 | Specifies the context element is in the check tracking state. | |
Override | 1048576 | Specifies the bit that is set for all override states. | |
FocusOverride | 1048577 | Specifies values to override when in any state but with the focus. | |
NormalDefaultOverride | 1048578 | Specifies values to override when in normal state but the default element. | |
LinkVisitedOverride | 1048580 | Specifies values to override when a link has been visited. | |
LinkNotVisitedOverride | 1048584 | Specifies values to override when a link has not been visited. | |
LinkPressedOverride | 1048592 | Specifies values to override when a link is pressed. | |
BoldedOverride | 1048608 | Specifies values to override bolded dates in calendars. | |
TodayOverride | 1048640 | Specifies values to override today date in calendars. |
Copyright 2024 NeoAxis Group. All rights reserved.