ToolboxItem::DependentAssemblies Property
.NET Framework (current version)
Gets or sets the AssemblyName for the toolbox item.
Assembly: System.Drawing (in System.Drawing.dll)
public: property array<AssemblyName^>^ DependentAssemblies { array<AssemblyName^>^ get(); void set(array<AssemblyName^>^ value); }
The assembly name describes the assembly information needed to load the toolbox item's type.
.NET Framework
Available since 2.0
Available since 2.0
Show: