_Application.Move(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Positions a task window or the active document window.
public:
void Move(int Left, int Top);
public void Move (int Left, int Top);
abstract member Move : int * int -> unit
Public Sub Move (Left As Integer, Top As Integer)
Parameters
- Left
- Int32
Required Integer. The horizontal screen position of the specified window.
- Top
- Int32
Required Integer. The vertical screen position of the specified window.