IToolboxItemInfo Interface

 

Supplies information about a managed type from which a toolbox item can be created.

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

public interface IToolboxItemInfo

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the display name of the toolbox item.

System_CAPS_pubpropertyExtraInfo

Gets a collection of name-value pairs that will be passed to CreateToolboxItem if the user chooses to create the item.

System_CAPS_pubpropertyIcon

Gets the icon for the toolbox item as a file path, byte array, Bitmap, or IntPtr.

System_CAPS_pubpropertyTransparentColor

Gets the background color that will be rendered as transparent in the toolbox image.

NameDescription
System_CAPS_pubmethodGetPropertyValue(String)

Returns the corresponding value for this item from a given property identifier.

This interface is implemented by packages and returned from GetItemInfo.

Return to top
Show: