Click or drag to resize
CMSAbstractLayoutWebPartAddControl Method (Control)
Adds the control to the layout.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected void AddControl(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control to add
See Also