IVsToolbox6 Methods
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddItemToDesigner(IDataObject^) | Adds the specified item to the active designer as if it was double-clicked in the toolbox. |
![]() | CopyToClipboard(IDataObject^) | Copies the item from the toolbox onto the clipboard. |
![]() | EnumTabIDs() | Retrieves an enumeration of the identifiers for the tabs on the toolbox. |
![]() | GetAsyncState() | Indicate what (if any) asynchronous operations are pending or in progress. |
![]() | GetBitmapBackground(IDataObject^) | Retrieves the transparent background color of the specified toolbox item. |
![]() | GetUnresolvedItemName(IDataObject^) | Retrieves the "unresolved" name of the specified item. |
![]() | GetUnresolvedTabName(String^) | Retrieves the "unresolved" name of the specified tab. |
![]() | IsItemFilteredInvisible(IDataObject^) | Indicates whether the specified item is currently invisible due to a search filter. |
![]() | IsTabVisible(String^, Boolean) | Indicates whether the specified tab is visible (for example, has any enabled items) in the current context. |
![]() | MoveItem(IDataObject^, IDataObject^) | Moves the specified toolbox item to a position just before the specified "insertion point" item. If the insertion point is on a different tab, the toolbox item will be moved to that tab. |
![]() | MoveItemToTab(IDataObject^, String^) | Moves a toolbox item to the end of the specified tab. |
![]() | MoveTab(String^, String^) | Moves the specified tab before the tab whose identifier is specified by szInsertionPoint. |
![]() | PasteFromClipboard(String^, IDataObject^) | Pastes the current clipboard contents into the toolbox at the end of the specified tab. |
![]() | RemovePackageContent(Guid) | Removes all items created by the specified package. Groups created by that package are also removed unless they contain items not created by that package. |
![]() | RenameItem(IDataObject^, String^) | Renames the specified item. |
![]() | RenameTab(String^, String^) | Renames the specified tab. |
![]() | ResetToolbox(Boolean) | Resets the toolbox to its default state, discarding all user customizations. |
