ToolboxItem.DependentAssemblies Property

 

Gets or sets the AssemblyName for the toolbox item.

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

public AssemblyName[] DependentAssemblies { get; set; }

Property Value

Type: System.Reflection.AssemblyName[]

An array of AssemblyName objects.

The assembly name describes the assembly information needed to load the toolbox item's type.

.NET Framework
Available since 2.0
Return to top
Show: