XdTaskPaneType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The XdTaskPaneType enumeration is used to determine the type of Microsoft Office InfoPath 2003 task pane that is currently displayed.
public enum class XdTaskPaneType
[System.Runtime.InteropServices.Guid("F3960AA8-0A2E-3D24-A603-5B30981A45C5")]
public enum XdTaskPaneType
type XdTaskPaneType =
Public Enum XdTaskPaneType
- Inheritance
-
XdTaskPaneType
- Attributes
Fields
Name | Value | Description |
---|---|---|
xdTaskPaneHTML | 0 | The InfoPath custom task pane. Used by form developers to provide extra form functionality. |
xdTaskPaneFillOutAForm | 1 | 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 | 2 | 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 | 3 | 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 | 4 | 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 | 5 | The Clip Art task pane. Used for inserting clip art into a form. |
xdTaskPaneFind | 6 | 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 | 7 | 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 | 8 | The Font task pane. Used to format text. |
xdTaskPaneBulletsNumbering | 9 | The Bullets and Numbering task pane. Used for applying bullet and numbering styles to a form. |
xdTaskPaneSpelling | 10 | 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 | 11 | The Paragraph task pane. Used to configure properties of paragraphs including alignment and spacing. |
xdTaskPaneHWSWorkflow | 12 | 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[Object] property.