ToolboxComponentsCreatedEventArgs Constructor (array<IComponent^>^)

 

Initializes a new instance of the ToolboxComponentsCreatedEventArgs class.

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

public:
ToolboxComponentsCreatedEventArgs(
	array<IComponent^>^ components
)

Parameters

components
Type: array<System.ComponentModel::IComponent^>^

The components to include in the toolbox.

.NET Framework
Available since 1.1
Return to top
Show: