xtd 0.2.0
Loading...
Searching...
No Matches
form_collection.h
Go to the documentation of this file.
1
4#pragma once
5#include "form.h"
6#include <functional>
7#include <vector>
8
10namespace xtd {
12 namespace forms {
22 using form_collection = std::vector<std::reference_wrapper<form>>;
23 }
24}
std::vector< std::reference_wrapper< form > > form_collection
Represents a collection of form objects.
Definition form_collection.h:22
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
Contains xtd::forms::style_sheets::form alias.