IDesigner.Initialize(IComponent) Method

Definition

Initializes the designer with the specified component.

public:
 void Initialize(System::ComponentModel::IComponent ^ component);
public void Initialize (System.ComponentModel.IComponent component);
abstract member Initialize : System.ComponentModel.IComponent -> unit
Public Sub Initialize (component As IComponent)

Parameters

component
IComponent

The component to associate with this designer.

Applies to