Share via


XdTaskPaneType Enumeration

The XdTaskPaneType enumeration is used to determine the type of Microsoft Office InfoPath 2003 task pane that is currently displayed.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Members

  Member name Description
xdTaskPaneBulletsNumbering The Bullets and Numbering task pane. Used for applying bullet and numbering styles to a form. 
xdTaskPaneClipArt The Clip Art task pane. Used for inserting clip art into a form. 
xdTaskPaneDesignerNew The Design a Form task pane. Used to design a new form, open a form in design mode, or select a form to fill out. 
xdTaskPaneFillOutAForm The Fill Out a Form task pane. Used to open a form to fill out or design. 
xdTaskPaneFind The Find task pane. Used to search for text in a form. 
xdTaskPaneFormatting The Font task pane. Used to format text. 
xdTaskPaneHelp The Help task pane. Used to display the InfoPath Help system. 
xdTaskPaneHTML The InfoPath custom task pane. Used by form developers to provide extra form functionality. 
xdTaskPaneHWSWorkflow The Microsoft BizTalk Server 2004 Human Workflow Services (HWS) Workflow task pane. 
xdTaskPaneParaFormatting The Paragraph task pane. Used to configure properties of paragraphs including alignment and spacing. 
xdTaskPaneReplace The Replace task pane. Used to find and replace text in a form. 
xdTaskPaneSearchResults The Search Results task pane. Used to display the results of a search. 
xdTaskPaneSpelling The Spelling task pane. Used to check the spelling in a form. 

Remarks

These enumerated values are returned by the TaskPaneType property. These values are also used as the positional argument to the Item property.

See Also

Reference

Microsoft.Office.Interop.InfoPath Namespace