Click or drag to resize
FdfControlInitialize 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
public virtual void Initialize()

Implements

IFdfControlInitialize
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