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)

Syntax

'Declaration
<GuidAttribute("B9F1A4E2-0D0A-43B7-8495-139E7ACBD840")> _
Public Interface TaskPane
'Usage
Dim instance As TaskPane
[GuidAttribute("B9F1A4E2-0D0A-43B7-8495-139E7ACBD840")]
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.

See Also

Reference

TaskPane Members

Microsoft.Office.Interop.Word Namespace