PagePorter Class Library

FpControlDesigner.Initialize Method 

Initializes the designer and loads the specified component.

[Visual Basic]
Overrides Public Sub Initialize( _
   ByVal component As IComponent _
) _
    Implements IDesigner.Initialize
[C#]
public override void Initialize(
   IComponent component
);

Parameters

component
The component associated with this designer.

Implements

IDesigner.Initialize

Remarks

This is where the control is initialized with design-time environment variables such as the root folder, etc.

See Also

FpControlDesigner Class | Parastream.Web.UI.Design Namespace