An NDoc Documented Class Library

WizardSheet.AddPage Method (WizardPage, String[])

Adds a new Page, assigning it to multiple groups.

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

Parameters

page
The WizardPage 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