DataPagerDesigner.Initialize(IComponent) Method

Definition

Initializes the control designer and loads the specified control.

public:
 override void Initialize(System::ComponentModel::IComponent ^ component);
public override void Initialize (System.ComponentModel.IComponent component);
override this.Initialize : System.ComponentModel.IComponent -> unit
Public Overrides Sub Initialize (component As IComponent)

Parameters

component
IComponent

The control being designed.

Remarks

The designer host calls the Initialize method when it is ready to use the designer to render the DataPager control. The Initialize method and its base methods configure properties and connect to events that are required for the designer.

The component parameter is the DataPager control that is associated with this designer, or a copy of the DataPager control.

Applies to

See also