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


IWindowPosition.Move Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IW > IWindowPosition Interface > IWindowPosition.Move Method
ArcGIS Developer Help

IWindowPosition.Move Method

Moves and optionally resizes the windows in a single function.

[Visual Basic .NET]
Public Sub Move ( _
    ByVal Left As Integer, _
    ByVal Top As Integer, _
    [ByVal Width As Integer], _
    [ByVal Height As Integer] _
)
[C#]
public void Move (
    int Left,
    int Top,
    int Width,
    int Height
);

Product Availability

Available with ArcGIS Desktop.

Remarks

You can use the Move method to set the Left, Top, Width, and Height properties all at the same time.

See Also

IWindowPosition Interface