xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
tool_bar_appearance.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <xtd/enum>
6
8
namespace
xtd
{
10
namespace
forms
{
23
enum class
tool_bar_appearance
{
25
normal
= 0,
27
flat
= 1,
29
system
= 2,
30
};
31
}
32
}
33
35
template
<>
struct
xtd::enum_register
<
xtd
::
forms::tool_bar_appearance
> {
36
static
auto
values
()
noexcept
{
return
xtd::enum_collection<xtd::forms::tool_bar_appearance>
{{
xtd::forms::tool_bar_appearance::normal
,
"normal"
}, {
xtd::forms::tool_bar_appearance::flat
,
"flat"
}, {
xtd::forms::tool_bar_appearance::system
,
"system"
}};}
37
};
xtd::enum_collection
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
xtd::forms::tool_bar_appearance
tool_bar_appearance
Specifies the type of toolbar to display.
Definition
tool_bar_appearance.hpp:23
xtd::forms::button_state::flat
@ flat
The button has a flat, two-dimensional appearance.
Definition
button_state.hpp:33
xtd::forms::tool_bar_appearance::flat
@ flat
The toolbar and buttons appear as standard three-dimensional controls.
Definition
tool_bar_appearance.hpp:27
xtd::forms::tool_bar_appearance::system
@ system
The toolbar and buttons appear as system controls.
Definition
tool_bar_appearance.hpp:29
xtd::forms::tool_bar_appearance::normal
@ normal
The toolbar and buttons appear flat, but the buttons change to three-dimensional as the mouse pointer...
Definition
tool_bar_appearance.hpp:25
xtd::forms::control_appearance::system
@ system
The appearance of the control is determined by the user's operating system.
Definition
control_appearance.hpp:25
xtd::forms::appearance::normal
@ normal
The default appearance defined by the control class.
Definition
appearance.hpp:24
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
texts.hpp:219
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::enum_register
Provides the registration struct for enumerations.
Definition
enum_register.hpp:38
xtd::enum_register::values
static auto values() noexcept
Definition
enum_register.hpp:55
Generated on
for xtd by
Gammasoft
. All rights reserved.