xtd 0.2.0
Loading...
Searching...
No Matches
horizontal_control_layout_style_collection.h
Go to the documentation of this file.
1
4#pragma once
5#include "const_control_ref.h"
6#include "control_ref.h"
8#include <utility>
9#include <vector>
10
12namespace xtd {
14 namespace forms {
23 using horizontal_control_layout_style_collection = std::vector<std::pair<control_ref, horizontal_control_layout_style>>;
24 }
25}
Contains xtd::forms::const_control_ref typedef.
Contains xtd::forms::control_ref typedef.
std::vector< std::pair< control_ref, horizontal_control_layout_style > > horizontal_control_layout_style_collection
A collection that stores horizontal_control_layout_style objects.
Definition horizontal_control_layout_style_collection.h:23
Contains xtd::forms::horizontal_control_layout_style class.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10