WizardPage.IsNextButtonEnabled Property
Gets and sets a value that describes if the Next button is enabled.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
[BrowsableAttribute(false)]
public Nullable<bool> IsNextButtonEnabled { get; set; }
public:
[BrowsableAttribute(false)]
property Nullable<bool> IsNextButtonEnabled {
Nullable<bool> get();
void set(Nullable<bool> value);
}
<BrowsableAttribute(False)>
Public Property IsNextButtonEnabled As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
true if the button is enabled; otherwise, false.
See Also
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top