Gui.Wizard Namespace |
[Missing <summary> documentation for "N:Gui.Wizard"]
Class | Description | |
---|---|---|
Header |
Summary description for WizardHeader.
| |
HeaderDesigner | ||
InfoContainer |
Summary description for UserControl1.
| |
InfoContainerDesigner | ||
InfoPage |
An inherited InfoContainer that contains a Label
with the description of the page.
| |
InfoPageDesigner | ||
PageCollection |
Summary description for PanelCollection.
| |
PageEventArgs |
Arguments passed to an application when Page is closed in a wizard. The Next page to be displayed
can be changed, by the application, by setting the NextPage to a wizardPage which is part of the
wizard that generated this event.
| |
Wizard |
A wizard is the control added to a form to provide a step by step functionality.
It contains WizardPages in the Pages collection, which
are containers for other controls. Only one wizard page is shown at a time in the client
are of the wizard.
| |
WizardDesigner |
Summary description for WizardDesigner.
| |
WizardPage | ||
WizardPageDesigner |
Summary description for WizardPageDesigner.
|
Delegate | Description | |
---|---|---|
PageEventHandler |
Delegate definition for handling NextPageEvents
|