This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IW > IWindowPosition Interface > IWindowPosition.Move Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values
You can use the Move method to set the Left, Top, Width, and Height properties all at the same time.