Assistant.Move(Int32, Int32) Method

Definition

Moves the Office Assistant to the specified location.

public:
 void Move(int xLeft, int yTop);
public void Move (int xLeft, int yTop);
abstract member Move : int * int -> unit
Public Sub Move (xLeft As Integer, yTop As Integer)

Parameters

xLeft
Int32

The left position of the Office Assistant window, in points.

yTop
Int32

The top position of the Office Assistant window, in points.

Applies to