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


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

IDataWindow.PutPosition Method

The window's position in screen pixels.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IDataWindow Interface