WizardForm.CurrentPage Property
Gets or sets the wizard page that is currently displayed to the user.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected WizardPage CurrentPage { get; set; }
protected:
property WizardPage^ CurrentPage {
WizardPage^ get();
void set(WizardPage^ value);
}
Protected Property CurrentPage As WizardPage
Property Value
Type: Microsoft.WindowsServerSolutions.Wizards.WizardPage
A Microsoft.WindowsServerSolutions.Wizards.WizardPage.
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top