HtmlControlDesigner.Initialize(IComponent) Method

Definition

Initializes the designer and sets the component for design.

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 control element for design.

Remarks

The Initialize method should be called by the designer host to initialize the designer.

Notes to Inheritors

During initialization, use the SetAttribute(String, String) and GetAttribute(String) methods on the Tag property to map properties to styles.

Applies to

See also