| CMSMultiButtonBaseCreateButtonForOneAction Method | 
            Creates button which is rendered when there is only one CMSButtonAction added.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual CMSButton CreateButtonForOneAction(
	CMSButtonAction onlyAction
)
Parameters
- onlyAction
- Type: CMS.Base.Web.UICMSButtonAction
 The only action of the button
Return Value
Type: 
CMSButtonButton representing the onl action of the multi button
 See Also
See Also