IVsThreadedWaitDialog3.HasCanceled(Boolean) Method

Definition

Determines whether the dialog has been canceled.

public:
 void HasCanceled([Runtime::InteropServices::Out] bool % pfCanceled);
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.

Applies to