ChangePasswordDesigner.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)
ChangePasswordDesigner Members
System.Web.UI.Design.WebControls Namespace
ChangePassword
IComponent
BaseDataBoundControlDesigner.Initialize
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 ChangePassword, which implements IComponent.
The designer host calls the Initialize method when it is ready to use the designer to render the ChangePassword control. The Initialize method and its base methods configure properties and connect events that are necessary for the operation of the designer.
The component parameter is the ChangePassword control that is associated with this designer, or a copy of the control specified by component.
Reference
ChangePasswordDesigner ClassChangePasswordDesigner Members
System.Web.UI.Design.WebControls Namespace
ChangePassword
IComponent
BaseDataBoundControlDesigner.Initialize
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: