The xtd::forms::visual_styles namespace contains classes for rendering controls and other windows user interface (UI) elements with visual styles in operating systems that support them.
|
enum class | check_box_state {
unchecked_normal
,
unchecked_hot
,
unchecked_pressed
,
unchecked_disabled
,
checked_normal
,
checked_hot
,
checked_pressed
,
checked_disabled
,
mixed_normal
,
mixed_hot
,
mixed_pressed
,
mixed_disabled
} |
| Specifies the visual state of a check box that is drawn with visual styles. More...
|
|
enum class | push_button_state {
normal
,
hot
,
pressed
,
checked
,
disabled
,
default_state
} |
| Specifies the visual state of a button that is drawn with visual styles. More...
|
|
enum class | radio_button_state {
unchecked_normal
,
unchecked_hot
,
unchecked_pressed
,
unchecked_disabled
,
checked_normal
,
checked_hot
,
checked_pressed
,
checked_disabled
} |
| Specifies the visual state of a radio button that is drawn with visual styles. More...
|
|
enum class | toggle_button_state {
unchecked_normal
,
unchecked_hot
,
unchecked_pressed
,
unchecked_disabled
,
checked_normal
,
checked_hot
,
checked_pressed
,
checked_disabled
,
mixed_normal
,
mixed_hot
,
mixed_pressed
,
mixed_disabled
} |
| Specifies the visual state of a check box that is drawn with visual styles. More...
|
|