Adds the control.

Namespace:  C1.Web.UI.Controls.C1SuperPanel
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void AddControl(
	Control c
)
Visual Basic (Declaration)
Public Sub AddControl ( _
	c As Control _
)

Parameters

c
Type: System.Web.UI..::..Control
The Control to add to SuperPanel.

See Also