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

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