CMSMultiButtonBaseInitOpeningButtonControls Method |
Creates controls displayed at first when dropdown with other actions is hidden. After clicking on this control, dropdown with other actions will be automatically expanded.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax protected abstract WebControl InitOpeningButtonControls(
CMSButtonAction firstAction
)
Parameters
- firstAction
- Type: CMS.Base.Web.UICMSButtonAction
Action which represents the opening control
Return Value
Type:
WebControlClick on the returned control will expand dropdown list with other actions
See Also