Loads the control extender of the specified type for the specified control.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- assemblyName
- Type: System String
Assembly name where the extender type is located
- className
- Type: System String
Class name of the extender type
- control
- Type: System.Web.UI Control
Control to be extended
Return Value
Type: ControlExtenderSee Also