xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
up_down_base.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
border_sides.hpp
"
6
#include "
border_style.hpp
"
7
#include "
container_control.hpp
"
8
10
namespace
xtd
{
12
namespace
forms
{
23
class
forms_export_
up_down_base
:
public
container_control
{
24
struct
data
;
25
26
public
:
28
32
virtual
forms::border_sides
border_sides
() const noexcept;
35
virtual
up_down_base
&
border_sides
(
forms
::
border_sides
border_sides
);
36
39
virtual
forms
::
border_style
border_style
() const noexcept;
43
virtual
up_down_base
&
border_style
(
forms
::
border_style
value);
48
virtual
up_down_base
&
border_style
(std::nullptr_t);
50
51
protected:
53
56
up_down_base
();
58
60
62
forms
::
create_params
create_params
() const noexcept override;
64
65
private:
66
xtd
::
sptr
<
data
> data_;
67
};
68
}
69
}
border_sides.hpp
Contains xtd::forms::border_sides enum class.
border_style.hpp
Contains xtd::forms::border_style enum class.
xtd::forms::container_control::container_control
container_control()
Initializes a new instance of the container_control class.
xtd::forms::up_down_base::create_params
forms::create_params create_params() const noexcept override
Gets the required creation parameters when the control handle is created.
xtd::forms::up_down_base::border_sides
virtual forms::border_sides border_sides() const noexcept
Gets the border sides for the control.
xtd::forms::up_down_base::up_down_base
up_down_base()
Initialize a new instance of up_down_base class.
xtd::forms::up_down_base::border_style
virtual forms::border_style border_style() const noexcept
Gets the border style for the spin box (also known as an up-down control).
container_control.hpp
Contains xtd::forms::container_control class.
forms_export_
#define forms_export_
Define shared library export.
Definition
forms_export.hpp:13
xtd::sptr
xtd::shared_ptr_object< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition
sptr.hpp:25
xtd::forms::border_sides
border_sides
Specifies how a control anchors to the edges of its container.
Definition
border_sides.hpp:23
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::data
constexpr auto data() const noexcept -> const_pointer
Gets direct access to the underlying contiguous storage.
Definition
read_only_span.hpp:197
Generated on
for xtd by
Gammasoft
. All rights reserved.