WizardNextEnabled Property |
Gets/Sets the enabled state of the Next button.
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool NextEnabled { get; set; }
Public Property NextEnabled As Boolean
Get
Set
public:
property bool NextEnabled {
bool get ();
void set (bool value);
}
member NextEnabled : bool with get, set
Property Value
Type:
BooleanSee Also