Click or drag to resize
ControlsHelperMoveControls Method
Moves the child controls between two controls.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static void MoveControls(
	Control sourceControl,
	Control targetControl,
	Control excludeControl
)

Parameters

sourceControl
Type: System.Web.UIControl
Source control
targetControl
Type: System.Web.UIControl
Target control
excludeControl
Type: System.Web.UIControl
Exclude control
See Also