ToolWindows::ToolBox Property

 

Gets the ToolBox object.

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

property ToolBox^ ToolBox {
	ToolBox^ get();
}

Property Value

Type: EnvDTE::ToolBox^

A ToolBox object.

This example opens the Toolbox, displays the name of the active tab, adds a new tab, and then deletes it.

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