TaskPanes 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.
A collection of TaskPane objects that contains commonly performed tasks in Microsoft Word.
public interface class TaskPanes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E6AAEC05-E543-4085-BA92-9BF7D2474F5C")]
public interface TaskPanes : System.Collections.IEnumerable
type TaskPanes = interface
interface IEnumerable
Public Interface TaskPanes
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the TaskPanes property to return the TaskPanes collection. Use the Item[WdTaskPanes] property with a wdWorkPane constant to refer to a specific task pane.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[WdTaskPanes] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
GetEnumerator() |