ToolBoxTab3::Expanded Property

 

Gets or sets whether the Toolbox tab is displayed or rolled up.

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

property bool Expanded {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A boolean value indicating whether the tab is expanded.

This example adds a new item to a Toolbox tab, activates it, and then expands and contracts its tab.

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