CleanCode C# Libraries v0.9.22 API

ProgressBarMessager.Cancelled Property

Gets a value indicating whether the user wishes to cancel the operation being monitored by the ProgressBarMessager.

public Boolean Cancelled {get;}

Property Value

true if cancelled; otherwise, false.

Remarks

The value becomes true when the user presses the Cancel button.

See Also

ProgressBarMessager Class | CleanCodeControls.Forms Namespace