| CMSToggleButtonInitOpeningButtonControls Method | 
            Creates first button which will open dropdown with other actions. This button does not perform action itself.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected override WebControl InitOpeningButtonControls(
	CMSButtonAction firstAction
)
Parameters
- firstAction
- Type: CMS.Base.Web.UICMSButtonAction
 Text of this action will be displayed
Return Value
Type: 
WebControlCreated button
 See Also
See Also