Initializes the designer with the specified component.
[Visual Basic] Overrides Public Sub Initialize( _ ByVal component As IComponent _ ) [C#] public override void Initialize( IComponent component ); [C++] public: override void Initialize( IComponent* component ); [JScript] public override function Initialize( component : IComponent );
This is called by the designer host to establish the component for design.
WebControlDesigner Class | WebControlDesigner Members | System.Web.UI.Design Namespace | IDesigner