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