ControlDesigner::Initialize Method (IComponent^)

 

Initializes the designer with the specified component.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual void Initialize(
	IComponent^ component
) override

Parameters

component
Type: System.ComponentModel::IComponent^

The IComponent to associate the designer with. This component must always be an instance of, or derive from, Control.

This method is called by the designer host to initialize the designer.

.NET Framework
Available since 1.1
Return to top
Show: