Method Add
Add(string?, AbstractControl)
Adds new page.
public virtual int Add(string? title, AbstractControl control)Parameters
- titlestring
- Page title. 
- controlAbstractControl
- Control. 
Returns
- int
- Created page index. 
Add(string?, Func<AbstractControl>)
Adds new page.
public virtual int Add(string? title, Func<AbstractControl> fnCreate)Parameters
- titlestring
- Page title. 
- fnCreateFunc<AbstractControl>
- Function which creates the control. 
Returns
- int
- Created page index.