HTMLWindow::CurrentTabObject Property
Visual Studio 2015
Gets the state (active or inactive) of the Source or the Designer tab in the HTML edit window.
Assembly: EnvDTE (in EnvDTE.dll)
If the current tab in the HTML edit window is the Source tab, the object returned is a TextWindow object. If the current tab is the Design tab, the object returned is an IHTMLDocument2 object.
Show: