Click or drag to resize
IFdfControlInitialize Method
Represents initializion stage of the control where any explicit control initialization is being performed (i.e. localization, resources loading, sizing, etc.).

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
void Initialize()
Remarks
This method is called only once as part of control's Load event handler, and should be called directly from control's constructor - not from the outside.
See Also