ParentControlDesigner::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 with the designer.

This method is called to initialize the designer with the specified primary component.

.NET Framework
Available since 1.1
Return to top
Show: