HTMLWindow Interface
Visual Studio 2015
Represents an HTML document window.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentTab | Gets or sets the state (active or inactive) of the Source or the Designer tab in the HTML edit window. |
![]() | CurrentTabObject | Gets the state (active or inactive) of the Source or the Designer tab in the HTML edit window. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Parent | Gets the immediate parent object of a HTMLWindow object. |
HTMLWindow is returned by the Object property of the Window object when the document is an HTML document. Window.Selection and Document.Selection returns a TextSelection object when the HTMLWindow::CurrentTab property is set to vsHTMLTabsSource.
Show:
