HTMLWindow Interface

 

Represents an HTML document window.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[GuidAttribute("F6576203-FBCE-477E-A66B-EDA237BB68A7")]
public interface class HTMLWindow

NameDescription
System_CAPS_pubpropertyCurrentTab

Gets or sets the state (active or inactive) of the Source or the Designer tab in the HTML edit window.

System_CAPS_pubpropertyCurrentTabObject

Gets the state (active or inactive) of the Source or the Designer tab in the HTML edit window.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyParent

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.

No code example is currently available or this language may not be supported.
Return to top
Show: