ToolboxService::GetToolboxItems Method

 

Returns an ICollection of ToolboxItem objects.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetToolboxItems(Assembly^, String^)

Returns an ICollection containing all the toolbox items in the given assembly.

System_CAPS_pubmethodSystem_CAPS_staticGetToolboxItems(Assembly^, String^, Boolean)

Returns an ICollection of ToolboxItem objects for the given assembly.

System_CAPS_pubmethodSystem_CAPS_staticGetToolboxItems(AssemblyName^)

Returns an ICollection of ToolboxItem objects for the given assembly.

System_CAPS_pubmethodSystem_CAPS_staticGetToolboxItems(AssemblyName^, Boolean)

Returns an ICollection of ToolboxItem objects for the given assembly.

Return to top
Show: