Click or drag to resize
CMSSelectableToggleButtonInitChildControlsForMoreThanOneActions Method
Moves the selected action to the first place before creating child controls.

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
Button actions
See Also