Upravit

Sdílet prostřednictvím


TaskPaneType Enum

Definition

Specifies the type of task pane that is currently selected.

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

Fields

Name Value Description
Html 0

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

ClipArt 1

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

Find 2

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 3

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 4

The Font task pane. Used to format text.

BulletsNumbering 5

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

Spelling 6

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 7

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[TaskPaneType] property of the TaskPaneCollection class.

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

Applies to