HtmlTaskPane Members
Include Protected Members
Include Inherited Members
Represents the custom task pane that is associated the current window in which a form is being edited.
The HtmlTaskPane type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlTaskPane |
Top
Properties
Name | Description | |
---|---|---|
HtmlDocument | Gets a reference to the MSHTML IHTMLDocument2 interface for working with the the HTML document object model of a custom task pane. | |
HtmlWindow | Gets a reference to the MSHTML IHTMLWindow2 interface for working with the HTML document of a custom task pane. | |
TaskPaneType | Gets a TaskPaneType value indicating the type of task pane represented by the TaskPane object. (Inherited from TaskPane.) | |
Visible | Gets or sets whether the task pane represented by the TaskPane object is visible in the Microsoft InfoPath 2010 user interface. (Inherited from TaskPane.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Navigate | Loads the specified HTML document into the custom task pane. | |
ToString | (Inherited from Object.) |
Top