TaskPanes Interface

A collection of TaskPane objects that contains commonly performed tasks in Microsoft Word.

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

Syntax

'Declaration
<GuidAttribute("E6AAEC05-E543-4085-BA92-9BF7D2474F5C")> _
Public Interface TaskPanes _
    Inherits IEnumerable
'Usage
Dim instance As TaskPanes
[GuidAttribute("E6AAEC05-E543-4085-BA92-9BF7D2474F5C")]
public interface TaskPanes : IEnumerable

Remarks

Use the TaskPanes property to return the TaskPanes collection. Use the Item property with a wdWorkPane constant to refer to a specific task pane.

See Also

Reference

TaskPanes Members

Microsoft.Office.Interop.Word Namespace