Partager via


ProgressForm.CancelButtonVisible Property

 

Gets or sets a value that indicates whether cancellation of the progress form is allowed.

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

Syntax

public bool CancelButtonVisible { get; set; }
public:
property bool CancelButtonVisible {
    bool get();
    void set(bool value);
}
Public Property CancelButtonVisible As Boolean

Property Value

Type: System.Boolean

A System.Boolean: true if cancellation of the progress form is allowed; otherwise, false.

See Also

CancelButtonText
CancelClicked
ProgressForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top