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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.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