IVsThreadedWaitDialog4.HasCanceled(Boolean) Method

Definition

Determines whether the dialog has been canceled.

public:
 void HasCanceled([Runtime::InteropServices::Out] bool % pfCanceled);
public void HasCanceled (out bool pfCanceled);
abstract member HasCanceled : bool -> unit
Public Sub HasCanceled (ByRef pfCanceled As Boolean)

Parameters

pfCanceled
Boolean

True if the dialog was canceled, otherwise false.

Implements

Remarks

This method is safe to access from any thread.

Applies to