HTMLTaskPane members
Include protected members
Include inherited members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeHTMLTaskPaneObject.
The HTMLTaskPane type exposes the following members.
Properties
Name | Description | |
---|---|---|
HTMLDocument | Gets a reference to an HTML document object of the Microsoft Office InfoPath 2003 custom task pane. | |
HTMLWindow | Gets a reference to an HTML window object of the Microsoft Office InfoPath 2003 custom task pane. | |
TaskPaneType | Gets a value indicating the type of task pane represented by the HTMLTaskPaneObject object, which is always a custom task pane. | |
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 Office InfoPath 2003 user interface. | |
Visible | Gets or sets a value indicating that the task pane represented by the TaskPaneObject object is visible in the Microsoft Office InfoPath 2003 user interface. (Inherited from TaskPane.) |
Top
Methods
Name | Description | |
---|---|---|
Navigate | Loads the specified HTML document into the Microsoft Office InfoPath 2003 custom task pane. |
Top