| AbstractLayoutAddControlToPanel Method | 
            Adds control to form panel.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void AddControlToPanel(
	Control control,
	IDataDefinitionItem parentControl
)
Parameters
- control
- Type: System.Web.UIControl
 Control to add
- parentControl
- Type: CMS.DataEngineIDataDefinitionItem
 IField to which this control belongs to
 See Also
See Also