Click or drag to resize
ControlsHelperLoadExtender Method
Loads the control extender of the specified type for the specified control.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public 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