ArcObjects Library Reference (3DAnalyst)  

IMessageDispatcher.Cancelled Property

Indicates if a cancel action has been conducted.

[Visual Basic .NET]
Public Function get_Cancelled ( _
    ByVal hWnd As Integer _
) As Boolean
[C#]
public bool get_Cancelled (
    int hWnd
);
[C++]
HRESULT get_Cancelled(
  Long hWnd,
  VARIANT_BOOL* pbCancelled
);
[C++]

Parameters

hWnd [in]   hWnd is a parameter of type Long pbCancelled [out, retval]   pbCancelled is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IMessageDispatcher Interface