Click or drag to resize

LLBLGenProDataSourceDesigner.Initialize Method

Initializes the control designer and loads the specified component.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public override void Initialize(
	IComponent component
)

Parameters

component
Type: System.ComponentModel.IComponent
The control being designed.

Implements

IDesigner.Initialize(IComponent)
See Also