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