Task.Move(Int32, Int32) Method

Definition

Positions a task 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.

Applies to