HTMLWindow::CurrentTab Property

 

Gets or sets 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 vsHTMLTabs CurrentTab {
	vsHTMLTabs get();
	void set(vsHTMLTabs value);
}

Property Value

Type: EnvDTE::vsHTMLTabs

A vsHTMLTabs constant indicating the active tab:

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