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


IIdentifyObjWindow.UseWindow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIdentifyObjWindow Interface > IIdentifyObjWindow.UseWindow Property
ArcGIS Developer Help

IIdentifyObjWindow.UseWindow Property

Indicates if the hWnd window handle of an object implementing IIdentifyObj should be used.

[Visual Basic .NET]
Public ReadOnly Property UseWindow As Boolean
[C#]
public bool UseWindow {get;}
[C++]
HRESULT get_UseWindow(
  Boolean* UseWindow
);
[C++]
Parameters
UseWindow [out, retval]

UseWindow is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIdentifyObjWindow Interface