IToolboxService::GetToolboxItems Method (String^)

 

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

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

ToolboxItemCollection^ GetToolboxItems(
	String^ category
)

Parameters

category
Type: System::String^

The toolbox item category to retrieve all the toolbox items from.

Return Value

Type: System.Drawing.Design::ToolboxItemCollection^

A ToolboxItemCollection that contains the current toolbox items that are associated with the specified category.

.NET Framework
Available since 1.1
Return to top
Show: