Initializes the designer.
[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 being designed.
UserControlDesigner Class | UserControlDesigner Members | System.Web.UI.Design Namespace | IDesigner