xtd 0.2.0
Loading...
Searching...
No Matches

◆ toggle_button_state

Specifies the visual state of a check box that is drawn with visual styles.

Header
#include <xtd/forms/visual_styles/toggle_button_state>
Namespace
xtd::forms::visual_style
Library
xtd.forms
Remarks
The xtd::forms::visual_styles::toggle_button_state values correspond to the states of the visual style element objects exposed by the xtd::forms::toggle_button class. The xtd::forms::visual_styles::toggle_button_state values are also used as an argument in the xtd::forms::toggle_button_renderer::toggle_button method.
Enumerator
unchecked_normal 

The check box is unchecked.

unchecked_hot 

The check box is unchecked and hot.

unchecked_pressed 

The check box is unchecked and pressed.

unchecked_disabled 

The check box is unchecked and disabled.

checked_normal 

The check box is checked.

checked_hot 

The check box is checked and hot.

checked_pressed 

The check box is checked and pressed.

checked_disabled 

The check box is checked and disabled.

mixed_normal 

The check box is three-state.

mixed_hot 

The check box is three-state and hot.

mixed_pressed 

The check box is three-state and pressed.

mixed_disabled 

The check box is three-state and disabled.