xtd 0.2.0
radio_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 {
42 }
43 }
44}
45
49};
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
radio_button_state
Specifies the visual state of a radio button that is drawn with visual styles.
Definition radio_button_state.hpp:24
@ unchecked_normal
The radio button is unchecked.
Definition radio_button_state.hpp:26
@ checked_normal
The radio button is checked.
Definition radio_button_state.hpp:34
@ checked_disabled
The radio button is checked and disabled.
Definition radio_button_state.hpp:40
@ unchecked_pressed
The radio button is unchecked and pressed.
Definition radio_button_state.hpp:30
@ checked_hot
The radio button is checked and hot.
Definition radio_button_state.hpp:36
@ unchecked_hot
The radio button is unchecked and hot.
Definition radio_button_state.hpp:28
@ unchecked_disabled
The radio button is unchecked and disabled.
Definition radio_button_state.hpp:32
@ checked_pressed
The radio button is checked and pressed.
Definition radio_button_state.hpp:38
@ 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
@ 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
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