This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMessageDispatcher Interface > IMessageDispatcher.Cancelled Property (ArcObjects .NET 10.5 SDK) |
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