xtd 0.2.0
form_border_style.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
38 }
39}
40
44};
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
form_border_style
Specifies the border styles for a form.
Definition form_border_style.hpp:22
@ fixed_3d
A three-dimensional border. Same as xtd::forms::border_style::inset.
Definition border_style.hpp:58
@ fixed_single
A single-line border. Same as xtd::forms::border_style::solid.
Definition border_style.hpp:56
@ none
no styles.
Definition anchor_styles.hpp:21
@ sizable_tool_window
A resizable tool window border. A tool window does not appear in the taskbar or in the window that ap...
Definition form_border_style.hpp:36
@ none
No border.
Definition form_border_style.hpp:24
@ fixed_tool_window
A tool window border that is not resizable. A tool window does not appear in the taskbar or in the wi...
Definition form_border_style.hpp:34
@ fixed_3d
A fixed, three-dimensional border.
Definition form_border_style.hpp:28
@ fixed_dialog
A thick, fixed dialog-style border.
Definition form_border_style.hpp:30
@ fixed_single
A fixed, single-line border.
Definition form_border_style.hpp:26
@ sizable
A resizable border.
Definition form_border_style.hpp:32
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