| TabsAttribute Constructor (String, String, String) | 
            Constructor.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic TabsAttribute(
	string moduleName,
	string elementName,
	string targetFrame
)
Parameters
- moduleName
- Type: SystemString
 Name of the module from which the UI elements should be loaded as tabs
- elementName
- Type: SystemString
 Name of the UI element whose child UI elements should be loaded as tabs. If not specified, module root UI element is used
- targetFrame
- Type: SystemString
 Name of the target frame
 See Also
See Also