xtd
0.2.0
xtd.forms
include
xtd
forms
v_scroll_bar.h
Go to the documentation of this file.
1
#pragma once
5
#include "
scroll_bar.h
"
6
8
namespace
xtd
{
10
namespace
forms
{
27
class
forms_export_
v_scroll_bar
:
public
scroll_bar
{
28
public
:
30
33
v_scroll_bar
();
35
36
protected
:
38
40
xtd::forms::create_params
create_params
()
const
noexcept
override
;
41
xtd::drawing::size
default_size()
const
noexcept
override
;
43
};
44
}
45
}
xtd::forms::v_scroll_bar
Represents a standard Windows horizontal scroll bar.
Definition:
v_scroll_bar.h:27
xtd::drawing::size
Stores an ordered pair of integers, which specify a height and width.
Definition:
size.h:31
xtd::forms::scroll_bar
Represents a standard Windows scroll bar.
Definition:
scroll_bar.h:19
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition:
system_report.h:17
xtd::forms::create_params
Encapsulates the information needed when creating a control.
Definition:
create_params.h:27
scroll_bar.h
Contains xtd::forms::scroll_bar control.
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition:
about_box.h:13
Generated on Mon Oct 9 2023 14:41:59 for xtd by
Gammasoft
. All rights reserved.