Click or drag to resize
ControlExtenderInit Method
Initializes the extender using the specified control.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual void Init(
	Control control,
	bool runOnInit = true
)

Parameters

control
Type: System.Web.UIControl
Control to be extended
runOnInit (Optional)
Type: SystemBoolean
Indicates if OnInit method will be called besides basic initialization.
See Also