A newer version of this page is available.
Switch to the current version.
WizardGroup.RegisterPage Method
Name | Parameters | Description |
---|---|---|
RegisterPage(WizardPageType, String) | pageType, label | Registers the predefined Wizard's page if it has been unregistered before. |
RegisterPage(WizardPageType, String, String, String, Image) | pageType, label, header, description, image | Registers the predefined Wizard's page if it has been unregistered before. |
RegisterPage(Type, String) | pageType, label | Registers a user control as a new page within the Wizard page collection. |
RegisterPage(Type, String, String, String, Image) | pageType, label, header, description, image | Registers a user control as a new page within the Wizard page collection. |
Feedback