Method Insert
Insert(int?, Control)
Inserts new page at the specified index.
public virtual int Insert(int? index, Control control)
Parameters
Returns
- int
Created page index.
Insert(int?, string, Control?)
Inserts new page at the specified index.
public virtual int Insert(int? index, string title, Control? control = null)
Parameters
index
int?The position at which to insert the tab.
title
stringPage title.
control
ControlControl.
Returns
- int
Created page index.