|
WizardControl
The WizardControl enables users to easily create wizard forms within the Visual Studio .NET designer. Wizard helps control everything in the form, including the button states and the form title. Key features of wizard Control are:
Creation of Interior pages with pre-generated headers and exterior pages with custom layouts.
Navigation through pages during design-time by the Next and Previous verbs.
Add or Remove pages using the designer verbs.
Automatically handle page step flow and overriding when necessary.
Customize button visibility states.
Perform validation on pages before switching.
Cancel page switching.
Manage button and banner layouts automatically as the parent form, font and/or localization settings change.
Expose global events at the WizardControl and WizardPage levels.
Expose all controls used for customization and owner draw.
Wizard in Action
|
|
|
|