void xtd::forms::tab_control::tab_page_collection::insert_at | ( | size_t | index, |
const xtd::string & | text | ||
) |
Inserts specified element at specified index.
pos | The index before which the content will be inserted. |
text | The text of element to insert. |