12 namespace style_sheets {
60 explicit operator auto()
const noexcept {
return xtd::enum_collection<xtd::forms::style_sheets::pseudo_state> {{
xtd::forms::style_sheets::pseudo_state::standard,
"standard"}, {
xtd::forms::style_sheets::pseudo_state::hover,
"hover"}, {
xtd::forms::style_sheets::pseudo_state::pressed,
"pressed"}, {
xtd::forms::style_sheets::pseudo_state::disabled,
"disabled"}, {
xtd::forms::style_sheets::pseudo_state::focused,
"focused"}, {
xtd::forms::style_sheets::pseudo_state::default_state,
"default_state"}, {
xtd::forms::style_sheets::pseudo_state::unchecked,
"unchecked"}, {
xtd::forms::style_sheets::pseudo_state::checked,
"checked"}, {
xtd::forms::style_sheets::pseudo_state::mixed,
"mixed"}};}
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition flags_attribute.h:34
pseudo_state
The pseudo_state enum class flag specifies the pseudo state of an element.
Definition pseudo_state.h:23
@ disabled
The irem is disabled, generally the item is grayed.
@ visited
The item is visited text.
@ mixed
The item is mixed. For the three-state ittem.
@ checked
The item is checked.
@ pressed
The irem is pressed, mouse is down on the item.
@ default_state
The item is the default (see ibutton_control).
@ focused
The item is focused.
@ unchecked
The item is unchecked.
@ standard
The item is in standard state.
@ active
The item is ative text.
@ hover
The item is hover (mouse is on the item).
std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:38