IToolboxService::GetToolboxItems Method

 

Gets a collection of toolbox items from the toolbox.

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

NameDescription
System_CAPS_pubmethodGetToolboxItems()

Gets the entire collection of toolbox items from the toolbox.

System_CAPS_pubmethodGetToolboxItems(IDesignerHost^)

Gets the collection of toolbox items that are associated with the specified designer host from the toolbox.

System_CAPS_pubmethodGetToolboxItems(String^)

Gets a collection of toolbox items from the toolbox that match the specified category.

System_CAPS_pubmethodGetToolboxItems(String^, IDesignerHost^)

Gets the collection of toolbox items that are associated with the specified designer host and category from the toolbox.

Return to top
Show: