TaskPane Interface
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.
Represents a single task pane available to Microsoft Word, which contains common tasks that users perform.
public interface class TaskPane
[System.Runtime.InteropServices.Guid("B9F1A4E2-0D0A-43B7-8495-139E7ACBD840")]
public interface TaskPane
type TaskPane = interface
Public Interface TaskPane
- Attributes
Remarks
The TaskPane object is a member of the TaskPanes collection.
Use the TaskPanes property to return a TaskPane object. Use the Visible property to display an individual task pane.
Properties
Application |
Returns a Application object. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Parent |
Returns an object representing the parent object of the specified object. |
Visible |
Determines if the specified object is visible. |