ToolboxService::GetToolboxItems Method
.NET Framework (current version)
Returns an ICollection of ToolboxItem objects.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetToolboxItems(Assembly^, String^) | Returns an ICollection containing all the toolbox items in the given assembly. |
![]() ![]() | GetToolboxItems(Assembly^, String^, Boolean) | Returns an ICollection of ToolboxItem objects for the given assembly. |
![]() ![]() | GetToolboxItems(AssemblyName^) | Returns an ICollection of ToolboxItem objects for the given assembly. |
![]() ![]() | GetToolboxItems(AssemblyName^, Boolean) | Returns an ICollection of ToolboxItem objects for the given assembly. |
Show:

