xtd - Reference Guide
0.1.2
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
v_scroll_bar.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
scroll_bar.h
"
6
8
namespace
xtd
{
10
namespace
forms
{
20
class
forms_export_
v_scroll_bar
:
public
scroll_bar
{
21
public
:
23
v_scroll_bar
();
24
xtd::drawing::size
default_size
()
const override
{
return
{17, 80};}
25
26
protected
:
27
xtd::forms::create_params
create_params
()
const override
;
28
};
29
}
30
}
xtd::drawing::size
Stores an ordered pair of integers, which specify a height and width.
Definition
size.h:25
xtd::forms::scroll_bar
Represents a standard Windows scroll bar.
Definition
scroll_bar.h:17
xtd::forms::v_scroll_bar
Represents a standard Windows horizontal scroll bar.
Definition
v_scroll_bar.h:20
xtd::forms::v_scroll_bar::v_scroll_bar
v_scroll_bar()
Initialize a new instance of v_scroll_bar class.
xtd::forms::v_scroll_bar::create_params
xtd::forms::create_params create_params() const override
Gets the required creation parameters when the control handle is created.
xtd::forms::v_scroll_bar::default_size
xtd::drawing::size default_size() const override
Gets the default size of the control.
Definition
v_scroll_bar.h:24
forms_export_
#define forms_export_
Define shared library export.
Definition
forms_export.h:13
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
scroll_bar.h
Contains xtd::forms::scroll_bar control.
Generated on Tue Mar 12 2024 16:25:09 for xtd - Reference Guide by
Gammasoft
. All rights reserved.