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.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax protected abstract WebControl InitOpeningButtonControls(
CMSButtonAction firstAction
)
Parameters
- firstAction
- Type: CMS.ExtendedControlsCMSButtonAction
Action which represents the opening control
Return Value
Type:
WebControlClick on the returned control will expand dropdown list with other actions
See Also