Assistant.Move Method

Moves the Office Assistant to the specified location.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub Move ( _
    xLeft As Integer, _
    yTop As Integer _
)
'Usage
Dim instance As Assistant
Dim xLeft As Integer
Dim yTop As Integer

instance.Move(xLeft, yTop)
void Move(
    int xLeft,
    int yTop
)

Parameters

  • xLeft
    Type: System.Int32

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

  • yTop
    Type: System.Int32

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

See Also

Reference

Assistant Interface

Assistant Members

Microsoft.Office.Core Namespace