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

◆ insert() [1/2]

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

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.