xtd 0.2.0
vertical_control_layout_style_collection.h
Go to the documentation of this file.
1 #pragma once
5 #include "const_control_ref.h"
6 #include "control_ref.h"
8 #include <utility>
9 #include <vector>
10 
12 namespace xtd {
14  namespace forms {
23  using vertical_control_layout_style_collection = std::vector<std::pair<control_ref, vertical_control_layout_style>>;
24  }
25 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
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:23
Contains xtd::forms::const_control_ref typedef.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
Contains xtd::forms::vertical_control_layout_style class.