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

◆ pseudo_state

The pseudo_state enum class flag specifies the pseudo state of an element.

Header
#include <xtd/forms/style_sheets/pseudo_state>
Namespace
xtd::forms::style_sheets
Library
xtd.forms
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.

Remarks
The link text color is the text color of an html link text.
visited 

The item is visited text.

Remarks
The visited text color is the text color of an html visited link text.
active 

The item is ative text.

Remarks
The active text color is the text color of an html link text when mouse down.