An NDoc Documented Class Library

WizardSheet Class

Frame to hold WizardPages for a Wizard-like User Interface.

For a list of all members of this type, see WizardSheet Members.

System.Object
   MarshalByRefObject
      Component
         Control
            ScrollableControl
               ContainerControl
                  Form
                     WizardSheet

public class WizardSheet : Form

Example

Typical usage case:

            WizardSheet sht = new WizardSheet();
            sht.Add(new WizardPage());
            sht.ShowDialog();
            

Requirements

Namespace: Genghis.Windows.Forms Namespace

Assembly: Genghis.dll

See Also

WizardSheet Members | Genghis.Windows.Forms Namespace