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