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