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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public static UITabsExtender LoadExtender(
	string assemblyName,
	string className,
	UITabs control
)

Parameters

assemblyName
Type: SystemString
Assembly name where the extender type is located
className
Type: SystemString
Class name of the extender type
control
Type: CMS.UIControlsUITabs
Control to be extended

Return Value

Type: UITabsExtender
See Also