CMSSelectableToggleButtonInitChildControlsForMoreThanOneActions Method |
Moves the selected action to the first place before creating child controls.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax protected override void InitChildControlsForMoreThanOneActions(
List<CMSButtonAction> actions
)
Parameters
- actions
- Type: System.Collections.GenericListCMSButtonAction
Button actions
See Also