Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the next page of the wizard, based off of the specified page.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected WizardPage GetNextPageOf(
WizardPage page,
bool linearOrder
)
protected:
WizardPage^ GetNextPageOf(
WizardPage^ page,
bool linearOrder
)
Protected Function GetNextPageOf (
page As WizardPage,
linearOrder As Boolean
) As WizardPage
Parameters
page
Type: Microsoft.WindowsServerSolutions.Wizards.WizardPageThe base page to start from.
linearOrder
Type: System.Booleantrue to advance in linear order; otherwise, false.
Return Value
Type: Microsoft.WindowsServerSolutions.Wizards.WizardPage
The next page of the wizard.
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top