TaskPaneType Enumeration (Microsoft.Office.InfoPath)
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 | |
---|---|---|
BulletsNumbering | The Bullets and Numbering task pane. Used for applying bullet and numbering styles to a form | |
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. | |
Formatting | The Font task pane. Used to format text. | |
Html | The InfoPath custom task pane. Used by form developers to provide extra form functionality. | |
ParagraphFormatting | The Paragraph task pane. Used to configure properties of paragraphs including alignment and spacing. | |
Replace | The Replace task pane. Used to find and replace text in a form. | |
Spelling | 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 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 Office InfoPath 2007.