|
strong |
The pseudo_state enum class flag specifies the pseudo state of an element.
Enumerator | |
---|---|
standard | The item is in standard state. |
hover | The item is hover (mouse is on the item). |
pressed | The irem is pressed, mouse is down on the item. |
disabled | The irem is disabled, generally the item is grayed. |
focused | The item is focused. |
default_state | The item is the default (see ibutton_control). |
unchecked | The item is unchecked. |
checked | The item is checked. |
mixed | The item is mixed. For the three-state ittem. |
link | The item is link text.
|
visited | The item is visited text.
|
active | The item is ative text.
|