HTMLWindow::CurrentTabObject Property

 

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

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

property Object^ CurrentTabObject {
	Object^ get();
}

Property Value

Type: System::Object^

An object.

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.

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