HtmlTaskPane Members (Microsoft.Office.InfoPath)
Represents the custom task pane that is associated the current window in which a form is being edited.
The following tables list the members exposed by the HtmlTaskPane type.
Protected Constructors
Name | Description | |
---|---|---|
HtmlTaskPane |
Top
Public 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 Office InfoPath 2007 user interface.(inherited from TaskPane) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
Navigate | Loads the specified HTML document into the custom task pane. | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top