CMSToggleButtonInitOpeningButtonControls Method |
Creates first button which will open dropdown with other actions. This button does not perform action itself.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax protected override WebControl InitOpeningButtonControls(
CMSButtonAction firstAction
)
Parameters
- firstAction
- Type: CMS.ExtendedControlsCMSButtonAction
Text of this action will be displayed
Return Value
Type:
WebControlCreated button
See Also