Alternative way of getting/Setiing the current page by using wizardPage objects
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public WizardPage Page { get; }
Public ReadOnly Property Page As WizardPage
Get
public:
property WizardPage^ Page {
WizardPage^ get ();
}
member Page : WizardPage with get
Property Value
Type:
WizardPageSee Also