TaskPane Interface 

Represents a single task pane available to Microsoft Word, which contains common tasks that users perform.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class askPaneImplementation
    Implements TaskPane
End Class
Dim askPaneImplementation1 As New askPaneImplementation()

Syntax

Public Interface TaskPane
public interface TaskPane
public interface class TaskPane
public interface TaskPane
public interface TaskPane

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.

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

TaskPane Members