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

◆ control_state

Specifies the visual state of a control that is drawn with visual styles.

Header
#include <xtd/forms/visual_styles/control_state>
Namespace
xtd::forms::visual_style
Library
xtd.forms
Remarks
The xtd::forms::visual_styles::control_state values correspond to the states of the visual style element objects exposed by the xtd::forms::control class. The xtd::forms::visual_styles::control_state values are also used as an argument in the xtd::forms::control_renderer::draw_control method.
Enumerator
normal 

The control has the normal appearance.

hot 

The control is hot.

pressed 

The control is pressed.

disabled 

The control is disabled.