WizardPage.PreviousPage Property
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.
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.