Click or drag to resize
CMSMultiButtonBaseCreateButtonForOneAction Method
Creates button which is rendered when there is only one CMSButtonAction added.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected virtual CMSButton CreateButtonForOneAction(
	CMSButtonAction onlyAction
)

Parameters

onlyAction
Type: CMS.ExtendedControlsCMSButtonAction
The only action of the button

Return Value

Type: CMSButton
Button representing the onl action of the multi button
See Also