'Declaration Public Enum StyleBrush Inherits System.Enum
public enum StyleBrush : System.Enum
'Declaration Public Enum StyleBrush Inherits System.Enum
public enum StyleBrush : System.Enum
Member | 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. |
CheckBoxDisabled | Background of disabled check box's 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1InputPanel.StyleBrush