xtd 0.2.0
push_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 {
38 }
39 }
40}
41
45};
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
push_button_state
Specifies the visual state of a button that is drawn with visual styles.
Definition push_button_state.hpp:24
@ disabled
The button is disabled.
Definition push_button_state.hpp:34
@ hot
The button is hot.
Definition push_button_state.hpp:28
@ checked
The button is checked.
Definition push_button_state.hpp:32
@ pressed
The button is pressed.
Definition push_button_state.hpp:30
@ default_state
The button has the default appearance.
Definition push_button_state.hpp:36
@ normal
The button has the normal appearance.
Definition push_button_state.hpp:26
@ disabled
The control is disabled.
Definition control_state.hpp:32
@ hot
The control is hot.
Definition control_state.hpp:28
@ pressed
The control is pressed.
Definition control_state.hpp:30
@ normal
The control has the normal appearance.
Definition control_state.hpp:26
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