12 namespace style_sheets {
58 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"}};}
The item is visited text.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
The item is the default (see ibutton_control).
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition: enum_collection.h:19
pseudo_state
The pseudo_state enum class flag specifies the pseudo state of an element.
Definition: pseudo_state.h:21
The irem is pressed, mouse is down on the item.
The item is in standard state.
The item is mixed. For the three-state ittem.
The item is hover (mouse is on the item).
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition: flags_attribute.h:34
The irem is disabled, generally the item is grayed.
Provides the registration struct for enumerations.
Definition: enum_register.h:36