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
Typical usage case:
WizardSheet sht = new WizardSheet(); sht.Add(new WizardPage()); sht.ShowDialog();
Namespace: Genghis.Windows.Forms Namespace
Assembly: Genghis.dll