ToolBoxTab2 Interface
Visual Studio 2015
Represents a tab in the Toolbox, along with any objects the tab contains.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | Collection | Gets the collection containing the ToolBoxTab object supporting this property. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | ListView | Gets or sets a value indicating whether items in a particular ToolBox tab display in List view or Icon view format. |
![]() | Name | Gets or sets the name of the ToolBoxTab2 object. |
![]() | ToolBoxItems | Gets the collection of ToolBoxItems associated with a ToolBoxTab. |
![]() | UniqueID | Sets or gets a unique ID for the specified tab. |
| Name | Description | |
|---|---|---|
![]() | Activate() | Moves the focus to the current item. |
![]() | Delete() | Removes the ToolBoxTab from a collection. |
Show:

