Task.Move Method

Positions a task window.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Move ( _
    Left As Integer, _
    Top As Integer _
)
'Usage
Dim instance As Task
Dim Left As Integer
Dim Top As Integer

instance.Move(Left, Top)
void Move(
    int Left,
    int Top
)

Parameters

  • Left
    Type: System.Int32
    Required Integer. The horizontal screen position of the specified window.
  • Top
    Type: System.Int32
    Required Integer. The vertical screen position of the specified window.

See Also

Reference

Task Interface

Task Members

Microsoft.Office.Interop.Word Namespace