Click or drag to resize
CMSMultiButtonBaseInitChildControlsForOneAction Method
Initializes the Controls collection when only one CMSButtonAction is present.

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

Parameters

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