WizardPage.PreviousPage Property

Definition

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

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

Property Value

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

Remarks

Implementers should use this property to move to the previous 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 PreviousPage property.

Applies to