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