Assistant.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.
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.