ExtenderControlDesigner.Initialize(IComponent) Method

Definition

Initializes the specified component and adds it to the component change service.

public:
 override void Initialize(System::ComponentModel::IComponent ^ component);
public override void Initialize (System.ComponentModel.IComponent component);
override this.Initialize : System.ComponentModel.IComponent -> unit
Public Overrides Sub Initialize (component As IComponent)

Parameters

component
IComponent

A component of type IExtenderControl that implements the IComponent interface.

Applies to