Share via


WizardForm.NavigateToNextPage Method

Definition

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.

Applies to

See also