ComponentDocumentDesigner::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.

Notes to Inheritors:

The designer can access the component's site and request services from it in this method.

.NET Framework
Available since 1.1
Return to top
Show: