| CMSDeskPageAddMenuButtonSelectScript Method (String, String, String) | 
            Adds script for selecting of ecommerce menu button.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic void AddMenuButtonSelectScript(
	string elementName,
	string url,
	string menuFrame
)
Parameters
- elementName
- Type: SystemString
 UI Element code name (button)
- url
- Type: SystemString
 URL to redirect to
- menuFrame
- Type: SystemString
 Frame with menu
 See Also
See Also