WebZoneDesigner.Initialize(IComponent) Method

Definition

Creates an instance of the designer bound to the associated WebZone 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 WebZone control associated with the designer.

Applies to