IReportProgress.IsCancellable Property

Definition

Gets a value indicating whether the user can cancel an operation.

public:
 property bool IsCancellable { bool get(); };
public bool IsCancellable { get; }
member this.IsCancellable : bool
Public ReadOnly Property IsCancellable As Boolean

Property Value

True if the user can cancel the operation; otherwise, false.

Applies to