WizardForm.CloseDisabled Property
Gets or sets a value that indicates whether the wizard is allowed to be closed.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected bool CloseDisabled { get; set; }
protected:
property bool CloseDisabled {
bool get();
void set(bool value);
}
Protected Property CloseDisabled As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the wizard cannot be closed; false if the wizard can be closed.
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top