AbstractLayoutAddControlToPanel Method |
Adds control to form panel.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax protected virtual void AddControlToPanel(
Control control,
IField parentControl
)
Parameters
- control
- Type: System.Web.UIControl
Control to add - parentControl
- Type: CMS.DataEngineIField
IField to which this control belongs to
See Also