| CMSPageSetTab Method (Int32, String, String, String) | 
            Sets the particular tab.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic void SetTab(
	int index,
	string text,
	string targetUrl,
	string javascript
)
Parameters
- index
- Type: SystemInt32
 Index of the tab
- text
- Type: SystemString
 Text of the tab
- targetUrl
- Type: SystemString
 Target URL
- javascript
- Type: SystemString
 JavaScript
 See Also
See Also