ToolboxItem::CreateComponents Method ()
.NET Framework (current version)
Creates the components that the toolbox item is configured to create.
Assembly: System.Drawing (in System.Drawing.dll)
Return Value
Type: array<System.ComponentModel::IComponent^>^An array of created IComponent objects.
The CreateComponents method calls the CreateComponentsCore method to retrieve an array of type IComponent containing the components to create.
.NET Framework
Available since 1.1
Available since 1.1
Show: