Gets or sets the current IWizardPage.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public WizardPage CurrentPage { get; set; } |
Visual Basic |
---|
Public Property CurrentPage As WizardPage Get Set |
Visual C++ |
---|
public: property WizardPage^ CurrentPage { WizardPage^ get (); void set (WizardPage^ value); } |
F# |
---|
member CurrentPage : WizardPage with get, set |