BaseDataBoundControlDesigner.Initialize Method
.NET Framework 3.0
Prepares the designer to view, edit, and design the associated control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
BaseDataBoundControlDesigner Members
System.Web.UI.Design.WebControls Namespace
BaseDataBoundControl
IComponent
ControlDesigner.Initialize
ComponentDesigner.Initialize
Walkthrough: Creating a Basic Control Designer for a Web Server Control
Assembly: System.Design (in system.design.dll)
public void Initialize ( IComponent component )
public override function Initialize ( component : IComponent )
Not applicable.
Parameters
- component
A control derived from BaseDataBoundControl, which implements IComponent.
Reference
BaseDataBoundControlDesigner ClassBaseDataBoundControlDesigner Members
System.Web.UI.Design.WebControls Namespace
BaseDataBoundControl
IComponent
ControlDesigner.Initialize
ComponentDesigner.Initialize
Other Resources
Introduction to ASP.NET Control DesignersWalkthrough: Creating a Basic Control Designer for a Web Server Control
Community Additions
ADD
Show: