ToolboxItem Properties

 

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubpropertyAssemblyName

Gets or sets the name of the assembly that contains the type or types that the toolbox item creates.

System_CAPS_pubpropertyBitmap

Gets or sets a bitmap to represent the toolbox item in the toolbox.

System_CAPS_pubpropertyCompany

Gets or sets the company name for this ToolboxItem.

System_CAPS_pubpropertyComponentType

Gets the component type for this ToolboxItem.

System_CAPS_pubpropertyDependentAssemblies

Gets or sets the AssemblyName for the toolbox item.

System_CAPS_pubpropertyDescription

Gets or sets the description for this ToolboxItem.

System_CAPS_pubpropertyDisplayName

Gets or sets the display name for the toolbox item.

System_CAPS_pubpropertyFilter

Gets or sets the filter that determines whether the toolbox item can be used on a destination component.

System_CAPS_pubpropertyIsTransient

Gets a value indicating whether the toolbox item is transient.

System_CAPS_pubpropertyLocked

Gets a value indicating whether the ToolboxItem is currently locked.

System_CAPS_pubpropertyOriginalBitmap

Gets or sets the original bitmap that will be used in the toolbox for this item.

System_CAPS_pubpropertyProperties

Gets a dictionary of properties.

System_CAPS_pubpropertyTypeName

Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked.

System_CAPS_pubpropertyVersion

Gets the version for this ToolboxItem.

Return to top
Show: