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

◆ tab_page_collection()

xtd::forms::tab_control::tab_page_collection::tab_page_collection ( const allocator_type allocator = allocator_type())
explicit

Creates a new object xtd::forms::control::tab_page_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.