| UITabsLoadExtender Method  | 
            Loads the control extender of the specified type for the specified control.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntaxpublic 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