ArcObjects Library Reference (DefenseSolutions)  

ICallBack2.IsDisabled Property

Indicates if you do not want MOLE to invoke your call back.

[Visual Basic .NET]
Public ReadOnly Property IsDisabled As Boolean
[C#]
public bool IsDisabled {get;}
[C++]
HRESULT get_IsDisabled(
  VARIANT_BOOL* IsDisabled
);
[C++]

Parameters

IsDisabled [out, retval]   IsDisabled is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICallBack2 Interface