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.
Loading...
Searching...
No Matches
vertical_control_layout_style_collection.h
Go to the documentation of this file.
1
4#pragma once
5#include <utility>
6#include <vector>
7#include "control_ref.h"
9
11namespace xtd {
13 namespace forms {
20 using vertical_control_layout_style_collection = std::vector<std::pair<control_ref, vertical_control_layout_style>>; }
21}
Contains xtd::forms::control_ref typedef.
std::vector< std::pair< control_ref, vertical_control_layout_style > > vertical_control_layout_style_collection
A collection that stores vertical_control_layout_style objects.
Definition: vertical_control_layout_style_collection.h:20
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::forms::vertical_control_layout_style class.