xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Toggle main menu visibility
Home
Categories
Documentation
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Files
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
up_down_base.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
border_style.h
"
6
#include "
container_control.h
"
7
9
namespace
xtd
{
11
namespace
forms
{
18
class
forms_export_
up_down_base
:
public
container_control
{
19
public
:
22
virtual
forms::border_style
border_style
()
const
{
return
border_style_;}
26
virtual
up_down_base
&
border_style
(
forms::border_style
value);
27
28
protected
:
30
up_down_base
();
31
32
forms::create_params
create_params
()
const override
;
33
35
forms::border_style
border_style_ = forms::border_style::fixed_single;
37
};
38
}
39
}
border_style.h
Contains xtd::forms::border_style enum class.
xtd::forms::container_control
Provides focus-management functionality for controls that can function as a container for other contr...
Definition:
container_control.h:21
xtd::forms::up_down_base
Implements the basic functionality required by a spin box (also known as an up-down control).
Definition:
up_down_base.h:18
xtd::forms::up_down_base::border_style
virtual up_down_base & border_style(forms::border_style value)
Sets the border style for the spin box (also known as an up-down 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
Gets the border style for the spin box (also known as an up-down control).
Definition:
up_down_base.h:22
xtd::forms::up_down_base::create_params
forms::create_params create_params() const override
Gets the required creation parameters when the control handle is created.
container_control.h
Contains xtd::forms::container_control class.
forms_export_
#define forms_export_
Define shared library export.
Definition:
forms_export.h:13
xtd::forms::border_style
border_style
Specifies the border style for a control.
Definition:
border_style.h:18
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition:
about_box.h:13
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition:
system_report.h:17
Generated on Sat Jan 28 2023 18:12:26 for xtd - Reference Guide by
Gammasoft
. All rights reserved.