ConnectionsZoneDesigner.Initialize(IComponent) Method

Definition

Binds the designer to the specified ConnectionsZone 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 ConnectionsZone control associated with the designer.

Applies to