| ControlsHelperLoadExtender Method | 
            Loads the control extender of the specified type for the specified control.
            
 
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
 Syntax
Syntaxpublic static ControlExtender LoadExtender(
	string assemblyName,
	string className,
	Control control
)
Parameters
- assemblyName
- Type: SystemString
 Assembly name where the extender type is located
- className
- Type: SystemString
 Class name of the extender type
- control
- Type: System.Web.UIControl
 Control to be extended
Return Value
Type: 
ControlExtender See Also
See Also