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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.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