| CMSMultiButtonBaseInitChildControlsForOneAction Method | 
            Initializes the Controls collection when only one CMSButtonAction is present.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void InitChildControlsForOneAction(
	CMSButtonAction onlyAction
)
Parameters
- onlyAction
- Type: CMS.Base.Web.UICMSButtonAction
 The only action of the button
 See Also
See Also