IToolboxItemInfo Interface

Definition

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

public interface class IToolboxItemInfo
public interface class IToolboxItemInfo
__interface IToolboxItemInfo
public interface IToolboxItemInfo
type IToolboxItemInfo = interface
Public Interface IToolboxItemInfo

Remarks

Implemented by packages and supplied via IToolboxItemDiscovery.GetItemInfo.

Properties

DisplayName

Gets the display name of the toolbox item.

ExtraInfo

Gets a collection of name-value pairs that will be passed to CreateToolboxItem(String, AssemblyName, IEnumerable<KeyValuePair<String,String>>, IEnumerable<KeyValuePair<String,String>>) if the user chooses to create the item.

Icon

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

TransparentColor

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

Methods

GetPropertyValue(String)

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

Applies to