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

◆ push_button_state

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

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

The button has the normal appearance.

hot 

The button is hot.

pressed 

The button is pressed.

checked 

The button is checked.

disabled 

The button is disabled.

default_state 

The button has the default appearance.