IVsToolbox6 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

NameDescription
System_CAPS_pubmethodAddItemToDesigner(IDataObject^)

Adds the specified item to the active designer as if it was double-clicked in the toolbox.

System_CAPS_pubmethodCopyToClipboard(IDataObject^)

Copies the item from the toolbox onto the clipboard.

System_CAPS_pubmethodEnumTabIDs()

Retrieves an enumeration of the identifiers for the tabs on the toolbox.

System_CAPS_pubmethodGetAsyncState()

Indicate what (if any) asynchronous operations are pending or in progress.

System_CAPS_pubmethodGetBitmapBackground(IDataObject^)

Retrieves the transparent background color of the specified toolbox item.

System_CAPS_pubmethodGetUnresolvedItemName(IDataObject^)

Retrieves the "unresolved" name of the specified item.

System_CAPS_pubmethodGetUnresolvedTabName(String^)

Retrieves the "unresolved" name of the specified tab.

System_CAPS_pubmethodIsItemFilteredInvisible(IDataObject^)

Indicates whether the specified item is currently invisible due to a search filter.

System_CAPS_pubmethodIsTabVisible(String^, Boolean)

Indicates whether the specified tab is visible (for example, has any enabled items) in the current context.

System_CAPS_pubmethodMoveItem(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.

System_CAPS_pubmethodMoveItemToTab(IDataObject^, String^)

Moves a toolbox item to the end of the specified tab.

System_CAPS_pubmethodMoveTab(String^, String^)

Moves the specified tab before the tab whose identifier is specified by szInsertionPoint.

System_CAPS_pubmethodPasteFromClipboard(String^, IDataObject^)

Pastes the current clipboard contents into the toolbox at the end of the specified tab.

System_CAPS_pubmethodRemovePackageContent(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.

System_CAPS_pubmethodRenameItem(IDataObject^, String^)

Renames the specified item.

System_CAPS_pubmethodRenameTab(String^, String^)

Renames the specified tab.

System_CAPS_pubmethodResetToolbox(Boolean)

Resets the toolbox to its default state, discarding all user customizations.

Return to top
Show: