System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner.Initialize Method

Prepares the designer to view, edit, and design the associated control.

Syntax

public override void Initialize (System.ComponentModel.IComponent component)

Parameters

component
A control derived from System.Web.UI.WebControls.BaseDataBoundControl, which implements System.ComponentModel.IComponent.

Remarks

The designer host calls the BaseDataBoundControlDesigner.Initialize(System.ComponentModel.IComponent) method when it is ready to use the designer to render a control that is derived from the System.Web.UI.WebControls.BaseDataBoundControl class. The BaseDataBoundControlDesigner.Initialize(System.ComponentModel.IComponent) method and its base methods configure properties and connect events that are necessary for the operation of the designer.

Requirements

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