TaskPaneType enumeration

Specifies the type of task pane that is currently selected.

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

Syntax

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

Members

Member name Description
Html The InfoPath custom task pane. Used by form developers to provide extra form functionality.
ClipArt The Clip Art task pane. Used for inserting clip art into a form.
Find 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.
Replace 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.
Formatting The Font task pane. Used to format text.
BulletsNumbering The Bullets and Numbering task pane. Used for applying bullet and numbering styles to a form
Spelling 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.
ParagraphFormatting The Paragraph task pane. Used to configure properties of paragraphs including alignment and spacing.

Remarks

These enumerated values are returned by the TaskPaneType property. These values are also used to specify the type of task pane to return using the Item property of the TaskPaneCollection class.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

See also

Reference

Microsoft.Office.InfoPath namespace