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)

Usage

Public Class askPanesImplementation
    Implements TaskPanes
End Class
Dim askPanesImplementation1 As New askPanesImplementation()

Syntax

Public Interface TaskPanes
    Inherits IEnumerable
public interface TaskPanes : IEnumerable
public interface class TaskPanes : public IEnumerable
public interface TaskPanes implements IEnumerable
public interface TaskPanes implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

TaskPanes Members