xtd 0.2.0
Loading...
Searching...
No Matches

◆ control_collection() [1/2]

xtd::forms::control::control_collection::control_collection ( const allocator_type allocator = allocator_type())
explicit

Creates a new object xtd::forms::control::control_collection with specified allocator (optional).

Parameters
allocatorThe allocator associate to the collection (optional).
Remarks
If allocator not specified, the std::allocator<value_type> is used.