Creates objects from each Type contained in this ToolboxItem, and adds them to the designer. You may override this method to alter the way components are created.
[Visual Basic] Overridable Protected Function CreateComponentsCore( _ ByVal host As IDesignerHost _ ) As IComponent () [C#] protected virtual IComponent[] CreateComponentsCore( IDesignerHost host ); [C++] protected: virtual IComponent* CreateComponentsCore( IDesignerHost* host ) []; [JScript] protected function CreateComponentsCore( host : IDesignerHost ) : IComponent[];
An array of created IComponent objects.
ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace