LLBLGenProDataSourceDesigner2Initialize 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.12.0.0 (5.12.0)
Syntaxpublic override void Initialize(
IComponent component
)
Public Overrides Sub Initialize (
component As IComponent
)
Parameters
- component
- Type: System.ComponentModelIComponent
The control being designed.
Implements
IDesignerInitialize(IComponent)
See Also