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.
pos | The iterator before which the content will be inserted. pos may be the arranged_element_collection::end iterator. |
text | The text of element to insert. |
name | The name of element to insert. |