Share via


WizardForm.GetPreviousPage Method ()

 

Retrieves the previous page from the Stack-type collection of pages.

Namespace:   Microsoft.WindowsServerSolutions.Wizards
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected virtual WizardPage GetPreviousPage()
protected:
virtual WizardPage^ GetPreviousPage()
Protected Overridable Function GetPreviousPage As WizardPage

Return Value

Type: Microsoft.WindowsServerSolutions.Wizards.WizardPage

A Microsoft.WindowsServerSolutions.Wizards.WizardPage.

See Also

WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top