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

◆ check_state

enum class xtd::forms::check_state
strong

Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.

Header
#include <xtd/forms/check_state>
Namespace
xtd::forms
Library
xtd.forms
Remarks
Multiple methods in check_box, checked_list_box, and item_check_event_args use this enumeration.
Note
Use an indeterminately checked control when you do not want to set a default value.
Enumerator
unchecked 

The control is unchecked.

checked 

The control is checked.

indeterminate 

The control is indeterminate. An indeterminate control generally has a shaded appearance.