CompositeControlDesigner.Initialize Method (IComponent)

 

Initializes the designer with the specified IComponent object.

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

Public Overrides Sub Initialize (
	component As IComponent
)

Parameters

component
Type: System.ComponentModel.IComponent

The IComponent, which is the control associated with this designer.

The designer host calls Initialize to initialize the component for design.

The base implementation will throw an exception if the associated control does not implement the INamingContainer interface.

.NET Framework
Available since 2.0
Return to top
Show: