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

◆ control_collection() [2/2]

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

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

Parameters
keep_cloned_controlsIf true the collection clone and keep controls; otherwise none.
allocatorThe allocator associate to the collection (optional).
Remarks
If allocator not specified, the std::allocator<value_type> is used.
Warning
Internal use only