CMSToggleButtonInitOpeningButtonControls Method |
Creates first button which will open dropdown with other actions. This button does not perform action itself.
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
Text of this action will be displayed
Return Value
Type:
WebControlCreated button
See Also