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

◆ insert() [2/2]

iterator xtd::forms::tab_control::tab_page_collection::insert ( const_iterator  pos,
const xtd::string text,
const xtd::string name 
)

Inserts specified element at specified position.

Parameters
posThe iterator before which the content will be inserted. pos may be the arranged_element_collection::end iterator.
textThe text of element to insert.
nameThe name of element to insert.