xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
horizontal_control_layout_style_collection.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
const_control_ref.hpp
"
6
#include "
control_ref.hpp
"
7
#include "
horizontal_control_layout_style.hpp
"
8
#include <xtd/collections/generic/key_value_pair>
9
#include <vector>
10
12
namespace
xtd
{
14
namespace
forms
{
25
using
horizontal_control_layout_style_collection
= std::vector<xtd::collections::generic::key_value_pair<control_ref, horizontal_control_layout_style>>;
26
}
27
}
const_control_ref.hpp
Contains xtd::forms::const_control_ref typedef.
control_ref.hpp
Contains xtd::forms::control_ref typedef.
xtd::forms::horizontal_control_layout_style_collection
std::vector< xtd::collections::generic::key_value_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.hpp:25
horizontal_control_layout_style.hpp
Contains xtd::forms::horizontal_control_layout_style class.
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
texts.hpp:219
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.