ToolBoxTab3 Interface

 

Represents a tab in the Toolbox, along with any objects the tab contains. ToolBoxTab3 supersedes the ToolBoxTab and ToolBoxTab2 interfaces.

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

[GuidAttribute("09D8476F-E6BF-46FB-A0A9-61C331B90F06")]
public interface class ToolBoxTab3 : ToolBoxTab2

NameDescription
System_CAPS_pubpropertyCollection

Gets the collection containing the ToolBoxTab object supporting this property.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyExpanded

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

System_CAPS_pubpropertyListView

Gets or sets a value indicating whether items in a particular ToolBox tab display in List view or Icon view format.

System_CAPS_pubpropertyName

Gets or sets the name of the ToolBoxTab3 object.

System_CAPS_pubpropertyToolBoxItems

Gets the collection of ToolBoxItems associated with a ToolBoxTab3.

System_CAPS_pubpropertyUniqueID

Sets or gets a unique ID for the specified tab.

NameDescription
System_CAPS_pubmethodActivate()

Moves the focus to the current item.

System_CAPS_pubmethodDelete()

Removes the ToolBoxTab3 from a collection.

This example selects and activates the first ToolBoxTab3 item and displays its name in a message box.

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