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

◆ insert_at() [2/2]

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.

Parameters
posThe index before which the content will be inserted.
textThe text of element to insert.
nameThe name of element to insert.