WizardForm.GetNextPage Method ()
Retrieves the next page in the wizard. This method is called when the Next button is clicked.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected virtual WizardPage GetNextPage()
protected:
virtual WizardPage^ GetNextPage()
Protected Overridable Function GetNextPage As WizardPage
Return Value
Type: Microsoft.WindowsServerSolutions.Wizards.WizardPage
A Microsoft.WindowsServerSolutions.Wizards.WizardPage.
Remarks
By default, this method gets the next page from the list. It raises the GettingNextPage event for each page, where it can be overridden on a page-per-page basis for non-linear page order.
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top