ToolboxItem::DependentAssemblies Property

 

Gets or sets the AssemblyName for the toolbox item.

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

public:
property array<AssemblyName^>^ DependentAssemblies {
	array<AssemblyName^>^ get();
	void set(array<AssemblyName^>^ value);
}

Property Value

Type: array<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: