ToolboxService::GetItemContainers Method (String^)

 

Returns an IList containing all items in a given category.

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

protected:
virtual IList^ GetItemContainers(
	String^ categoryName
) abstract

Parameters

categoryName
Type: System::String^

The category for which to retrieve the item container list.

Return Value

Type: System.Collections::IList^

An IList containing all items in the category specified by categoryName.

If the category specified by the categoryName parameter does not exist, the GetItemContainers method should throw a meaningful exception.

.NET Framework
Available since 2.0
Return to top
Show: