CMSMultiButtonBaseCreateButtonForOneAction Method |
Creates button which is rendered when there is only one CMSButtonAction added.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax protected virtual CMSButton CreateButtonForOneAction(
CMSButtonAction onlyAction
)
Parameters
- onlyAction
- Type: CMS.ExtendedControlsCMSButtonAction
The only action of the button
Return Value
Type:
CMSButtonButton representing the onl action of the multi button
See Also