PagePorter Class Library

FpIncludeDesigner.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 to associate with this designer.

Implements

IDesigner.Initialize

See Also

FpIncludeDesigner Class | Parastream.Web.UI.Design Namespace