PropertyForm.HideProgressDialog Property
Gets or sets a value that indicates whether to hide the ProgressForm when changes are being applied.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool HideProgressDialog { get; set; }
public:
property bool HideProgressDialog {
bool get();
void set(bool value);
}
Public Property HideProgressDialog As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the ProgressForm is hidden when changes are being applied; otherwise, false.
Remarks
This property is meant for PropertyForm objects that have no changes to apply. Set this value to true to hide the progress dialog box or false (the default value) to show that dialog box.
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top