ControlExtenderTControlInit Method |
Initializes the extender using the specified control.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public override 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