ComponentDesigner::Initialize Method (IComponent^)

 

Prepares the designer to view, edit, and design the specified component.

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

public:
virtual void Initialize(
	IComponent^ component
)

Parameters

component
Type: System.ComponentModel::IComponent^

The component for this designer.

The designer host calls this method when it is ready to use the designer.

.NET Framework
Available since 1.1
Return to top
Show: