This document is archived and information here might be outdated. Recommended version. |
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 );
You can use the Move method to set the Left, Top, Width, and Height properties all at the same time.