An NDoc Documented Class Library

WizardSheet.AddPage Method (Control, String)

Adds a page to the Wizard, specifying the specific group to add it to.

public virtual void AddPage(
   Control page,
   string group
);

Parameters

page
The Control object to add to the collection of pages.
group
The name of the group to add this page to.

See Also

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