ControlDesigner.Initialize(IComponent) Method

Definition

Initializes the designer with the specified component.

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

The IComponent to associate the designer with. This component must always be an instance of, or derive from, Control.

Remarks

This method is called by the designer host to initialize the designer.

Applies to

See also