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
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.
|