IVsToolbox2 Methods

Include Protected Members
Include Inherited Members

The IVsToolbox2 type exposes the following members.

Methods

  Name Description
Public method AddActiveXItem Allows ActiveX controls to be programmatically added to the Toolbox. (Inherited from IVsToolbox.)
Public method AddActiveXItem2 Adds an ActiveX item to the Toolbox.
Public method AddItem Adds a data object to the specified tab in the Toolbox. (Inherited from IVsToolbox.)
Public method AddItem2 Adds an item to the referenced Toolbox tab, specifying a package GUID.
Public method AddItemFromFile Allows files to be programmatically added to the Toolbox. (Inherited from IVsToolbox.)
Public method AddItemFromFile2 Adds an item to the Toolbox from a file, specifying a package GUID.
Public method AddTab Adds a new tab to the Toolbox. (Inherited from IVsToolbox.)
Public method AddTab2 Adds a tab to the Toolbox, specifying the tab view.
Public method AddTabEx Adds a new tab to the Toolbox and specifies how the tabs are viewed. (Inherited from IVsToolbox.)
Public method AddTabEx2 Adds a tab to the Toolbox, specifying a tab view and a package GUID.
Public method DataUsed Called by a designer to inform the Toolbox that the item has been pasted onto the form. (Inherited from IVsToolbox.)
Public method EnumItems Enumerates items on a given tab in the Toolbox, or all items in the Toolbox. (Inherited from IVsToolbox.)
Public method EnumTabs Enumerates through tabs in the Toolbox. (Inherited from IVsToolbox.)
Public method GetData Returns the data object for the selected item in the Toolbox. (Inherited from IVsToolbox.)
Public method GetFrame Returns the window frame for the Toolbox. (Inherited from IVsToolbox.)
Public method GetTab Returns the name of the selected tab. (Inherited from IVsToolbox.)
Public method GetTabView Returns the tab view for the specified tab. (Inherited from IVsToolbox.)
Public method IsCurrentUser Determines whether the specified Toolbox user is the current user. (Inherited from IVsToolbox.)
Public method RegisterDataProvider Registers a Toolbox data provider. (Inherited from IVsToolbox.)
Public method RemoveItem Removes an item from the Toolbox. (Inherited from IVsToolbox.)
Public method RemoveTab Removes a tab from the Toolbox. (Inherited from IVsToolbox.)
Public method SelectItem Programmatically selects an item. (Inherited from IVsToolbox.)
Public method SelectTab Programmatically selects the referenced Toolbox tab. (Inherited from IVsToolbox.)
Public method SetCursor Sets the drop cursor for the current, enabled Toolbox item. (Inherited from IVsToolbox.)
Public method SetItemInfo Sets information for the referenced item. (Inherited from IVsToolbox.)
Public method SetTabView Sets the type of view for the specified tab. (Inherited from IVsToolbox.)
Public method UnregisterDataProvider Unregisters the specified data provider. (Inherited from IVsToolbox.)
Public method UpdateToolboxUI Forces a redraw of the Toolbox UI. (Inherited from IVsToolbox.)

Top

See Also

Reference

IVsToolbox2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace