Initializes the designer and loads the specified component.

Namespace:  C1.Web.C1PayPal.Design
Assembly:  C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)

Syntax

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

Parameters

component
Type: System.ComponentModel..::.IComponent
Component being initialized.

Implements

IDesigner..::.Initialize(IComponent)

See Also