Click or drag to resize
CMSMoreOptionsButtonInitChildControlsForMoreThanOneActions Method
Sets css classes in addition to performing default initialization.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected override void InitChildControlsForMoreThanOneActions(
	List<CMSButtonAction> actions
)

Parameters

actions
Type: System.Collections.GenericListCMSButtonAction
Actions of the button
See Also