[]
Named style brushes.
public enum StyleBrush
| Name | Description |
|---|---|
| Button | Normal background of buttons. |
| ButtonDisabled | Background of disabled buttons. |
| ButtonHot | The 'hot' background used for elements under the mouse pointer. |
| ButtonPressed | Background of pressed button elements. |
| ButtonToggled | Background of a 'toggled' InputButton. |
| CalendarHeader | Background of the calendar header area. |
| CalendarHotDay | The 'hot' background used for a day under the mouse pointer. |
| CalendarPressedDay | Background of the day being pressed with the mouse. |
| CalendarToggledDay | Background of the selected (picked) day. |
| CheckBox | Normal background of the mark area. |
| CheckBoxChecked | Normal background of the checked mark area. |
| CheckBoxCheckedDisabled | Disabled background of the checked mark area. |
| CheckBoxCheckedHot | Hot background of the checked mark area. |
| CheckBoxCheckedPressed | Pressed background of the checked mark area. |
| CheckBoxDisabled | Background of disabled check box's mark area. |
| CheckBoxHot | Hot background of the mark area. |
| CheckBoxPressed | Pressed background of the mark area. |
| GroupHeader | The background of InputGroupHeader elements. |
| MenuCheckBox | Background of the box displayed for toggled menu items. |
| MenuHeader | Background of headers in menus. |
| MenuHot | Background of 'hot' elements, such as menu items. |
| MenuPressed | Background of pressed elements, such as an opened submenu. |
| None | Value used as default for StyleBrush enumeration. |
| Panel | Background of C1InputPanel control. |
| ProgressBar | Background of the bar showing progress. |
| ProgressBarDisabled | Background of a disabled bar showing progress. |
| ScrollBarButton | Normal background of the scrollbar buttons. |
| ScrollBarButtonDisabled | Background of a disabled scroll button. |
| ScrollBarButtonHot | Background of a scroll button that is hovered with the mouse pointer. |
| ScrollBarButtonPressed | Background of a pressed scroll button. |
| ScrollBarThumb | Normal background of the scrollbar thumb. |
| ScrollBarThumbHot | Background of the 'hot' scrollbar thumb. |
| ScrollBarThumbPressed | Background of the pressed scrollbar thumb. |
| ScrollBarTrack | Background of the scrollbar track. |