ControlsHelperMoveControls Method |
Moves the child controls between two controls.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax 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