HTMLTaskPaneObject Members
Include Protected Members
Include Inherited Members
Represents a custom task pane in a Microsoft InfoPath 2010 form that is associated with a window.
The HTMLTaskPaneObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
HTMLDocument | Gets a reference to an HTML document object of the Microsoft InfoPath 2010 custom task pane. (Inherited from HTMLTaskPane.) | |
HTMLWindow | Gets a reference to an HTML window object of the Microsoft InfoPath 2010 custom task pane. (Inherited from HTMLTaskPane.) | |
TaskPaneType | Gets a value indicating the type of task pane represented by the HTMLTaskPaneObject object, which is always a custom task pane. (Inherited from HTMLTaskPane.) | |
TaskPaneType | Gets a value indicating the type of task pane represented by the TaskPaneObject object. (Inherited from TaskPane.) | |
Visible | Gets or sets a value indicating that the task pane represented by the HTMLTaskPaneObject object, which is always a custom task pane, is visible in the Microsoft InfoPath 2010 user interface. (Inherited from HTMLTaskPane.) | |
Visible | Gets or sets a value indicating that the task pane represented by the TaskPaneObject object is visible in the Microsoft InfoPath 2010 user interface. (Inherited from TaskPane.) |
Top
Methods
Name | Description | |
---|---|---|
Navigate | Loads the specified HTML document into the Microsoft InfoPath 2010 custom task pane. (Inherited from HTMLTaskPane.) |
Top