CMSMoreOptionsButtonInitOpeningButtonControls Method |
Creates two buttons. When first button is clicked, the action is performed. Second button opens dropdown menu.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax protected override WebControl InitOpeningButtonControls(
CMSButtonAction firstAction
)
Parameters
- firstAction
- Type: CMS.Base.Web.UICMSButtonAction
First action
Return Value
Type:
WebControlButton opening dropdown
See Also