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