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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected override void InitChildControlsForMoreThanOneActions(
	List<CMSButtonAction> actions
)

Parameters

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