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
Public method Activate Activates the Task object.
Public method Close Closes the specified task.
Public method Move Positions a task window.
Public method Resize Sizes the specified task window. If the window is maximized or minimized, an error occurs.
Public method SendWindowMessage Sends a Windows message and its associated parameters to the specified task.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Height Returns or sets the height of the specified task window, in points.
Public property Left Returns or sets an Integer that represents the horizontal position of the specified task, measured in points.
Public property Name Returns or sets the name of the specified object.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Top Returns or sets the vertical position of the specified task, in points.
Public property Visible True if the specified object is visible.
Public property Width Returns or sets the width of the specified object, in points.
Public property WindowState Returns or sets the state of the specified task window.

Top

See Also

Reference

Task Interface

Microsoft.Office.Interop.Word Namespace