PageEventArgsPage Property |
Gets/Sets the wizard page that will be displayed next. If you set this it must be to a wizardPage from the wizard.
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public WizardPage Page { get; set; }
Public Property Page As WizardPage
Get
Set
public:
property WizardPage^ Page {
WizardPage^ get ();
void set (WizardPage^ value);
}
member Page : WizardPage with get, set
Property Value
Type:
WizardPageSee Also