xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
Enumerations
xtd::forms::visual_styles Namespace Reference

Definition

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.

Enumerations

enum class  check_box_state {
  check_box_state::unchecked_normal ,
  check_box_state::unchecked_hot ,
  check_box_state::unchecked_pressed ,
  check_box_state::unchecked_disabled ,
  check_box_state::checked_normal ,
  check_box_state::checked_hot ,
  check_box_state::checked_pressed ,
  check_box_state::checked_disabled ,
  check_box_state::mixed_normal ,
  check_box_state::mixed_hot ,
  check_box_state::mixed_pressed ,
  check_box_state::mixed_disabled
}
 Specifies the visual state of a check box that is drawn with visual styles. More...
 
enum class  push_button_state {
  push_button_state::normal ,
  push_button_state::hot ,
  push_button_state::pressed ,
  push_button_state::checked ,
  push_button_state::disabled ,
  push_button_state::default_state
}
 Specifies the visual state of a button that is drawn with visual styles. More...
 
enum class  radio_button_state {
  radio_button_state::unchecked_normal ,
  radio_button_state::unchecked_hot ,
  radio_button_state::unchecked_pressed ,
  radio_button_state::unchecked_disabled ,
  radio_button_state::checked_normal ,
  radio_button_state::checked_hot ,
  radio_button_state::checked_pressed ,
  radio_button_state::checked_disabled
}
 Specifies the visual state of a radio button that is drawn with visual styles. More...
 
enum class  toggle_button_state {
  toggle_button_state::unchecked_normal ,
  toggle_button_state::unchecked_hot ,
  toggle_button_state::unchecked_pressed ,
  toggle_button_state::unchecked_disabled ,
  toggle_button_state::checked_normal ,
  toggle_button_state::checked_hot ,
  toggle_button_state::checked_pressed ,
  toggle_button_state::checked_disabled ,
  toggle_button_state::mixed_normal ,
  toggle_button_state::mixed_hot ,
  toggle_button_state::mixed_pressed ,
  toggle_button_state::mixed_disabled
}
 Specifies the visual state of a check box that is drawn with visual styles. More...