Click or drag to resize
AbstractLayoutAddControlToPanel Method
Adds control to form panel.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected 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