[]
Named style colors.
public enum StyleColor
| Name | Description |
|---|---|
| BoxBackground | The background color of TextBox-like elements. |
| BoxBorder | Normal border color. |
| BoxDisabledBackground | Background color of disabled TextBox-like elements. |
| BoxDisabledBorder | Border color of a disabled TextBox-like element. |
| BoxDisabledText | The color of text of a disabled TextBox-like element. |
| BoxHotBorder | Border color of a focused TextBox-like element. |
| BoxText | The foreground color of TextBox-like elements. |
| ButtonBorder | The color of button borders. |
| ButtonBoxBorder | Normal color of the button border. |
| ButtonBoxHotBorder | The color of 'hot' button border. |
| ButtonDisabledBorder | The color of border for disabled buttons. |
| ButtonDisabledText | The color of disabled text on button elements. |
| ButtonHotBorder | Border color for buttons hovered with the mouse pointer. |
| ButtonHotText | Text color for 'hot' button elements. |
| ButtonPressedBorder | Border color for pressed buttons. |
| ButtonPressedText | Text color for pressed button elements. |
| ButtonText | Normal text color for button elements. |
| ButtonToggledText | Text color for 'toggled' buttons. |
| CalendarArrowGlyph | The color of navigation arrows in the calendar header area. |
| CalendarArrowGlyphHot | The color of a hot navigation arrow in the calendar header area. |
| CalendarArrowGlyphPressed | The color of a pressed navigation arrow in the calendar header area. |
| CalendarHeaderText | The color of text in the calendar header area. |
| CalendarHotToggledBorder | The color of border of a 'hot' selected day. |
| CalendarText | Normal day text color in drop-down calendar. |
| CalendarTextInactive | Text color for days of the month which is not currently selected. |
| CheckBoxBorder | The color of mark area borders. |
| CheckBoxCheckedBorder | The color of checked mark area borders. |
| CheckBoxCheckedDisabledBorder | The color of border for disabled checked mark area. |
| CheckBoxCheckedHotBorder | Border color for checked mark area hovered with the mouse pointer. |
| CheckBoxCheckedPressedBorder | Border color for pressed checked mark area. |
| CheckBoxDisabledBorder | The color of border for disabled mark area. |
| CheckBoxHotBorder | Border color for mark area hovered with the mouse pointer. |
| CheckBoxPressedBorder | Border color for pressed mark area. |
| CheckMark | The color of check mark in its normal state. |
| CheckMarkDisabled | The color of disabled check mark. |
| CheckMarkHot | The color of check mark hovered with the mouse. |
| CheckMarkPressed | The color of check mark when it is pressed with the mouse. |
| DayTodayBorder | The color of today day border. |
| DisabledSubmenuArrow | The color of disabled submenu arrow. |
| DisabledText | The color of disabled labels on C1InputPanel. |
| DropDownArrow | The color of drop-down arrows. |
| DropDownArrowDisabled | The color of disabled drop-down arrows. |
| DropDownArrowHot | The color of 'hot' drop-down arrows. |
| DropDownArrowPressed | The color of pressed drop-down arrows. |
| DropDownBackground | Background color of various drop-downs. |
| DropDownBorder | The color of outer border for the drop-down windows. |
| FocusedBorderColor | The color of special focus border. |
| HeaderDisabledText | Text color for disabled InputGroupHeader elements. |
| HeaderGlyph | Normal color of collapsing/expanding glyph. |
| HeaderGlyphDisabled | The color of disabled collapsing/expanding glyph. |
| HeaderText | Text color for InputGroupHeader elements. |
| HotSubmenuArrow | The color of 'hot' submenu arrow. |
| ItemSeparator | The color of a separator between input elements. |
| MenuCheckBoxBorder | The color of border of the box displayed for toggled menu items. |
| MenuCheckMark | The color of check mark displayed for toggled menu items. |
| MenuDisabledText | Text color of disabled elements in menus and other drop-downs. |
| MenuHeaderText | The color of text in menu headers. |
| MenuHotText | Text color of the 'hot' menu item. |
| MenuPressedText | Text color of the pressed menu item. |
| MenuResizeGripper | The color of a handle for resizing menus vertically. |
| MenuSeparator | The color of a horizontal line displayed as item separator. |
| MenuText | Normal text color in menus and other drop-downs. |
| None | Value used as default for StyleColor enumeration. |
| PressedSubmenuArrow | The color of arrow when the submenu is visible. |
| ProgressBarBorder | The color of the outer border. |
| ProgressBarDisabledBorder | The color of disabled outer border. |
| ScrollBarArrow | The color of the scrollbar arrow image. |
| ScrollBarArrowDisabled | The color of the disabled scrollbar arrow image. |
| ScrollBarButtonBorder | The color of button border in normal button state. |
| ScrollBarButtonDisabledBorder | The color of button border in disabled button state. |
| ScrollBarButtonHotBorder | The color of button border in 'hot' button state. |
| ScrollBarButtonPressedBorder | The color of button border in pressed button state. |
| ScrollBarThumbBorder | Normal border color of the thumb. |
| ScrollBarThumbHotBorder | Border color of the 'hot' thumb. |
| ScrollBarThumbPressedBorder | The color of border for the pressed thumb. |
| StackScrollArrow | Normal color of an arrow glyph on the scroll button ('hot scrolling' menu area). |
| StackScrollHotArrow | The color of an arrow glyph on 'hot' scroll button. |
| SubmenuArrow | Normal color of a submenu arrow. |
| Text | Normal text color for input panel labels. |
| TextBoxBorder | Normal textbox border color. |
| TooltipBackground | The background of the tooltip window. |
| TooltipBorder | The color of the border drawn around a tooltip. |
| TooltipText | The foreground color of the tooltip window. |
| TrackBarGlyph | Normal color of InputTrackBar buttons. |
| TrackBarGlyphDisabled | The color of disabled glyphs. |
| TrackBarGlyphHot | The color of 'hot' glyphs. |
| TrackBarGlyphPressed | The color of pressed glyphs. |
| TrackBarSlider | Normal color of the trackbar slider and ticks. |
| TrackBarSliderDisabled | The color of disabled slider and ticks. |