xtd 0.2.0
toggle_button_state.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
12 namespace visual_styles {
50 }
51 }
52}
53
57};
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
toggle_button_state
Specifies the visual state of a check box that is drawn with visual styles.
Definition toggle_button_state.hpp:24
@ mixed_normal
The check box is three-state.
Definition check_box_state.hpp:42
@ mixed_pressed
The check box is three-state and pressed.
Definition check_box_state.hpp:46
@ unchecked_normal
The check box is unchecked.
Definition check_box_state.hpp:26
@ checked_normal
The check box is checked.
Definition check_box_state.hpp:34
@ checked_disabled
The check box is checked and disabled.
Definition check_box_state.hpp:40
@ unchecked_pressed
The check box is unchecked and pressed.
Definition check_box_state.hpp:30
@ mixed_hot
The check box is three-state and hot.
Definition check_box_state.hpp:44
@ checked_hot
The check box is checked and hot.
Definition check_box_state.hpp:36
@ unchecked_hot
The check box is unchecked and hot.
Definition check_box_state.hpp:28
@ unchecked_disabled
The check box is unchecked and disabled.
Definition check_box_state.hpp:32
@ checked_pressed
The check box is checked and pressed.
Definition check_box_state.hpp:38
@ mixed_disabled
The check box is three-state and disabled.
Definition check_box_state.hpp:48
@ mixed_normal
The check box is three-state.
Definition toggle_button_state.hpp:42
@ mixed_pressed
The check box is three-state and pressed.
Definition toggle_button_state.hpp:46
@ unchecked_normal
The check box is unchecked.
Definition toggle_button_state.hpp:26
@ checked_normal
The check box is checked.
Definition toggle_button_state.hpp:34
@ checked_disabled
The check box is checked and disabled.
Definition toggle_button_state.hpp:40
@ unchecked_pressed
The check box is unchecked and pressed.
Definition toggle_button_state.hpp:30
@ mixed_hot
The check box is three-state and hot.
Definition toggle_button_state.hpp:44
@ checked_hot
The check box is checked and hot.
Definition toggle_button_state.hpp:36
@ unchecked_hot
The check box is unchecked and hot.
Definition toggle_button_state.hpp:28
@ unchecked_disabled
The check box is unchecked and disabled.
Definition toggle_button_state.hpp:32
@ checked_pressed
The check box is checked and pressed.
Definition toggle_button_state.hpp:38
@ mixed_disabled
The check box is three-state and disabled.
Definition toggle_button_state.hpp:48
The xtd::forms::visual_styles namespace contains classes for rendering controls and other windows use...
Definition check_box_state.hpp:12
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38