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

◆ radio_button_state

Specifies the visual state of a radio button that is drawn with visual styles.

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

The radio button is unchecked.

unchecked_hot 

The radio button is unchecked and hot.

unchecked_pressed 

The radio button is unchecked and pressed.

unchecked_disabled 

The radio button is unchecked and disabled.

checked_normal 

The radio button is checked.

checked_hot 

The radio button is checked and hot.

checked_pressed 

The radio button is checked and pressed.

checked_disabled 

The radio button is checked and disabled.