XdTaskPaneType Enum

Definition

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

public enum class XdTaskPaneType
public enum XdTaskPaneType
type XdTaskPaneType = 
Public Enum XdTaskPaneType
Inheritance
XdTaskPaneType

Fields

xdTaskPaneBulletsNumbering 9

The Bullets and Numbering task pane. Used for applying bullet and numbering styles to a form.

xdTaskPaneClipArt 5

The Clip Art task pane. Used for inserting clip art into a form.

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.

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.

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.

xdTaskPaneFormatting 8

The Font task pane. Used to format text.

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.

xdTaskPaneHTML 0

The InfoPath custom task pane. Used by form developers to provide extra form functionality.

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.

xdTaskPaneParaFormatting 11

The Paragraph task pane. Used to configure properties of paragraphs including alignment and spacing.

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.

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.

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.

Remarks

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

Applies to