This document is archived and information here might be outdated.  Recommended version.


IMessageDispatcher.Cancelled Property (ArcObjects .NET 10.6 SDK)
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(
  OLE_HANDLE hWnd,
  Boolean* pbCancelled
);
[C++]

Parameters hWnd [in]
hWnd is a parameter of type OLE_HANDLE pbCancelled [out, retval]
pbCancelled is a parameter of type bool*

Product Availability

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

See Also

IMessageDispatcher Interface