Adds a new page
Adds a page to the Wizard, specifying the groups in which this new page will belong.
public virtual void AddPage(Control,string[]);
Adds a page to the Wizard, specifying the specific group to add it to.
public virtual void AddPage(Control,string);
Add a page to the default group.
public virtual void AddPage(Control);
Adds a new Page, assigning it to multiple groups.
public virtual void AddPage(WizardPage,string[]);
Adds a new Page, assigning it to a single group.
public virtual void AddPage(WizardPage,string);
Adds a new page
public virtual void AddPage(WizardPage);
WizardSheet Class | WizardSheet Members | Genghis.Windows.Forms Namespace