WizardForm.NavigateToNextPage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism to move to the next wizard page of the wizard form.
protected:
void NavigateToNextPage();
protected void NavigateToNextPage ();
member this.NavigateToNextPage : unit -> unit
Protected Sub NavigateToNextPage ()
Remarks
You should call this method to enable the user to move to the next wizard page.
This method enables you to create a custom NavigateToNextPage method. Within this method you can keep track of the current page, next page, and the previous page of the wizard.