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


IDataWindow2.QueryPosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > ID > IDataWindow2 Interface > IDataWindow2.QueryPosition Method
ArcGIS Developer Help

IDataWindow2.QueryPosition Method

The window's position in screen pixels.

[Visual Basic .NET]
Public Sub QueryPosition ( _
    ByRef left As Integer, _
    ByRef top As Integer, _
    ByRef right As Integer, _
    ByRef bottom As Integer _
)
[C#]
public void QueryPosition (
    ref int left,
    ref int top,
    ref int right,
    ref int bottom
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDataWindow2 Interface