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


IIdentifyObjWindow.UseWindow Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* UseWindow
);
[C++]

Parameters UseWindow [out, retval] UseWindow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IIdentifyObjWindow Interface