Skip to main content
A newer version of this page is available. .

WizardGroup.RegisterPage Method

Name Parameters Description
RegisterPage(WizardPageType, String, String, String, Image) pageType, label, header, description, image Registers the predefined Wizard’s page if it has been unregistered before.
RegisterPage(WizardPageType, String) pageType, label Registers the predefined Wizard’s page if it has been unregistered before.
RegisterPage(Type, String, String, String, Image) pageType, label, header, description, image Registers a user control as a new page within the Wizard page collection.
RegisterPage(Type, String) pageType, label Registers a user control as a new page within the Wizard page collection.