ToolboxService::GetItemContainers Method (String^)
.NET Framework (current version)
Returns an IList containing all items in a given category.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
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
Available since 2.0
Show: