XdTaskPaneType enumeration

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

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Enumeration XdTaskPaneType
'Usage
Dim instance As XdTaskPaneType
public enum XdTaskPaneType

Members

Member name Description
xdTaskPaneHTML The InfoPath custom task pane. Used by form developers to provide extra form functionality.
xdTaskPaneFillOutAForm The Fill Out a Form task pane. Used to open a form to fill out or design.
Note: This task pane and its corresponding enumeration have been deprecated in InfoPath.
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.
Note: This task pane and its corresponding enumeration have been deprecated in InfoPath.
xdTaskPaneSearchResults The Search Results task pane. Used to display the results of a search.
Note: This task pane and its corresponding enumeration have been deprecated in InfoPath.
xdTaskPaneHelp The Help task pane. Used to display the InfoPath Help system.
Note: This task pane and its corresponding enumeration have been deprecated in InfoPath.
xdTaskPaneClipArt The Clip Art task pane. Used for inserting clip art into a form.
xdTaskPaneFind The Find task pane. Used to search for text in a form.
Note: This task pane and its corresponding enumeration have been deprecated in InfoPath.
xdTaskPaneReplace The Replace task pane. Used to find and replace text in a form.
Note: This task pane and its corresponding enumeration have been deprecated in InfoPath.
xdTaskPaneFormatting The Font task pane. Used to format text.
xdTaskPaneBulletsNumbering The Bullets and Numbering task pane. Used for applying bullet and numbering styles to a form.
xdTaskPaneSpelling The Spelling task pane. Used to check the spelling in a form.
Note: This task pane and its corresponding enumeration have been deprecated in InfoPath.
xdTaskPaneParaFormatting The Paragraph task pane. Used to configure properties of paragraphs including alignment and spacing.
xdTaskPaneHWSWorkflow The Microsoft BizTalk Server 2004 Human Workflow Services (HWS) Workflow task pane.
Note: This task pane and its corresponding enumeration have been deprecated in InfoPath.

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.SemiTrust namespace