Method Insert
Insert(int?, AbstractControl)
Inserts new page at the specified index.
public virtual int Insert(int? index, AbstractControl control)
Parameters
index
int?The position at which to insert the tab.
control
AbstractControlControl.
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
index
int?The position at which to insert the tab.
title
stringPage title.
control
AbstractControlControl.
Returns
- int
Created page index.