Share via


PropertyForm.ProgressCancelable Property

 

Gets or sets a value that indicates whether to allow the cancellation of the progress form (and the operation in progress).

Namespace:   Microsoft.WindowsServerSolutions.Properties
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected bool ProgressCancelable { get; set; }
protected:
property bool ProgressCancelable {
    bool get();
    void set(bool value);
}
Protected Property ProgressCancelable As Boolean

Property Value

Type: System.Boolean

A System.Boolean: true if the ProgressForm can be canceled; otherwise, false.

See Also

PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top