HtmlControlDesigner.Initialize Method (IComponent)

 

Initializes the designer and sets the component for design.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

Public Overrides Sub Initialize (
	component As IComponent
)

Parameters

component
Type: System.ComponentModel.IComponent

The control element for design.

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

Notes to Inheritors:

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

.NET Framework
Available since 2.0
Return to top
Show: