ConnectionsZoneDesigner.Initialize(IComponent) 方法

定义

将设计器绑定到指定的 ConnectionsZone 控件。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)

参数

component
IComponent

与此设计器关联的 ConnectionsZone 控件。The ConnectionsZone control associated with the designer.

适用于