Share via


WizardForm.GetNextPageOf Method (WizardPage, Boolean)

 

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

  • linearOrder
    Type: System.Boolean

    true 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