Initializes the designer with the component for design.
[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.
CalendarDesigner Class | CalendarDesigner Members | System.Web.UI.Design.WebControls Namespace | IDesigner