IVsToolbox2 Members
Include Protected Members
Include Inherited Members
Used to manage the Toolbox.
The IVsToolbox2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddActiveXItem | Allows ActiveX controls to be programmatically added to the Toolbox. (Inherited from IVsToolbox.) | |
AddActiveXItem(Guid%, String, IVsHierarchy) | Allows ActiveX controls to be programmatically added to the Toolbox. | |
AddActiveXItem2 | Adds an ActiveX item to the Toolbox. | |
AddItem | Adds a data object to the specified tab in the Toolbox. (Inherited from IVsToolbox.) | |
AddItem(IDataObject, array<TBXITEMINFO[], String) | Adds a data object to the specified tab in the Toolbox. | |
AddItem2 | Adds an item to the referenced Toolbox tab, specifying a package GUID. | |
AddItemFromFile | Allows files to be programmatically added to the Toolbox. (Inherited from IVsToolbox.) | |
AddItemFromFile(String, IVsHierarchy, Int32%) | Allows files to be programmatically added to the Toolbox. | |
AddItemFromFile2 | Adds an item to the Toolbox from a file, specifying a package GUID. | |
AddTab | Adds a new tab to the Toolbox. (Inherited from IVsToolbox.) | |
AddTab(String) | Adds a new tab to the Toolbox. | |
AddTab2 | Adds a tab to the Toolbox, specifying the tab view. | |
AddTabEx | Adds a new tab to the Toolbox and specifies how the tabs are viewed. (Inherited from IVsToolbox.) | |
AddTabEx(String, VSTBXTABVIEW) | Adds a new tab to the Toolbox and specifies how the tabs are viewed. | |
AddTabEx2 | Adds a tab to the Toolbox, specifying a tab view and a package GUID. | |
DataUsed | Called by a designer to inform the Toolbox that the item has been pasted onto the form. (Inherited from IVsToolbox.) | |
DataUsed() | Called by a designer to inform the Toolbox that the item has been pasted onto the form. | |
EnumItems | Enumerates items on a given tab in the Toolbox, or all items in the Toolbox. (Inherited from IVsToolbox.) | |
EnumItems(String, IEnumToolboxItems%) | Enumerates items on a given tab in the Toolbox, or all items in the Toolbox. | |
EnumTabs | Enumerates through tabs in the Toolbox. (Inherited from IVsToolbox.) | |
EnumTabs(IEnumToolboxTabs%) | Enumerates through tabs in the Toolbox. | |
GetData | Returns the data object for the selected item in the Toolbox. (Inherited from IVsToolbox.) | |
GetData(IDataObject%) | Returns the data object for the selected item in the Toolbox. | |
GetFrame | Returns the window frame for the Toolbox. (Inherited from IVsToolbox.) | |
GetFrame(IVsWindowFrame%) | Returns the window frame for the Toolbox. | |
GetTab | Returns the name of the selected tab. (Inherited from IVsToolbox.) | |
GetTab(String%) | Returns the name of the selected tab. | |
GetTabView | Returns the tab view for the specified tab. (Inherited from IVsToolbox.) | |
GetTabView(String, array<VSTBXTABVIEW[]) | Returns the tab view for the specified tab. | |
IsCurrentUser | Determines whether the specified Toolbox user is the current user. (Inherited from IVsToolbox.) | |
IsCurrentUser(IVsToolboxUser, Int32%) | Determines whether the specified Toolbox user is the current user. | |
RegisterDataProvider | Registers a Toolbox data provider. (Inherited from IVsToolbox.) | |
RegisterDataProvider(IVsToolboxDataProvider, UInt32%) | Registers a Toolbox data provider. | |
RemoveItem | Removes an item from the Toolbox. (Inherited from IVsToolbox.) | |
RemoveItem(IDataObject) | Removes an item from the Toolbox. | |
RemoveTab | Removes a tab from the Toolbox. (Inherited from IVsToolbox.) | |
RemoveTab(String) | Removes a tab from the Toolbox. | |
SelectItem | Programmatically selects an item. (Inherited from IVsToolbox.) | |
SelectItem(IDataObject) | Programmatically selects an item. | |
SelectTab | Programmatically selects the referenced Toolbox tab. (Inherited from IVsToolbox.) | |
SelectTab(String) | Programmatically selects the referenced Toolbox tab. | |
SetCursor | Sets the drop cursor for the current, enabled Toolbox item. (Inherited from IVsToolbox.) | |
SetCursor() | Sets the drop cursor for the current, enabled Toolbox item. | |
SetItemInfo | Sets information for the referenced item. (Inherited from IVsToolbox.) | |
SetItemInfo(IDataObject, array<TBXITEMINFO[]) | Sets information for the referenced item. | |
SetTabView | Sets the type of view for the specified tab. (Inherited from IVsToolbox.) | |
SetTabView(String, VSTBXTABVIEW) | Sets the type of view for the specified tab. | |
UnregisterDataProvider | Unregisters the specified data provider. (Inherited from IVsToolbox.) | |
UnregisterDataProvider(UInt32) | Unregisters the specified data provider. | |
UpdateToolboxUI | Forces a redraw of the Toolbox UI. (Inherited from IVsToolbox.) | |
UpdateToolboxUI() | Forces a redraw of the Toolbox UI. |
Top