WizardPage.NextPage Property

Definition

When overridden in a derived class, gets the next page of the wizard.

protected public:
 virtual property Microsoft::Web::Management::Client::Win32::WizardPage ^ NextPage { Microsoft::Web::Management::Client::Win32::WizardPage ^ get(); };
protected internal virtual Microsoft.Web.Management.Client.Win32.WizardPage NextPage { get; }
member this.NextPage : Microsoft.Web.Management.Client.Win32.WizardPage
Protected Friend Overridable ReadOnly Property NextPage As WizardPage

Property Value

A WizardPage object that contains the next page of the wizard.

Remarks

Implementers should use this property to move to the next wizard page.

The NextPage and PreviousPage properties enable the user to move sequentially through the pages of the wizard.

This property enables you to create a custom NextPage property.

Applies to