Task Members
Include Protected Members
Include Inherited Members
Represents a single task running on the system.
The Task type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Activate | Activates the Task object. |
![]() |
Close | Closes the specified task. |
![]() |
Move | Positions a task window. |
![]() |
Resize | Sizes the specified task window. If the window is maximized or minimized, an error occurs. |
![]() |
SendWindowMessage | Sends a Windows message and its associated parameters to the specified task. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns a Application object that represents the Microsoft Word application. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
Height | Returns or sets the height of the specified task window, in points. |
![]() |
Left | Returns or sets an Integer that represents the horizontal position of the specified task, measured in points. |
![]() |
Name | Returns or sets the name of the specified object. |
![]() |
Parent | Returns an object that represents the parent object of the specified object. |
![]() |
Top | Returns or sets the vertical position of the specified task, in points. |
![]() |
Visible | True if the specified object is visible. |
![]() |
Width | Returns or sets the width of the specified object, in points. |
![]() |
WindowState | Returns or sets the state of the specified task window. |
Top