Initializes the control designer and loads the specified component.

C# | Visual Basic |
public override void Initialize( IComponent component )
Public Overrides Sub Initialize ( _ component As IComponent _ )

- component (IComponent)
- The control being designed.