An NDoc Documented Class Library

WizardSheet.AddPage Method (Control, String[])

Adds a page to the Wizard, specifying the groups in which this new page will belong.

public virtual void AddPage(
   Control page,
   string[] groups
);

Parameters

page
The Control object to add to the collection of pages.
groups
An array of strings specifying which groups to add the pages to.

See Also

WizardSheet Class | WizardSheet Members | Genghis.Windows.Forms Namespace | WizardSheet.AddPage Overload List