SuperPanel for ASP.NET WebForms
AddControl Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1SuperPanel Namespace > C1SuperPanel Class : AddControl Method
The Control to add to SuperPanel.
Adds the control.
Syntax
'Declaration
 
Public Sub AddControl( _
   ByVal control As System.Web.UI.Control _
) 
public void AddControl( 
   System.Web.UI.Control control
)

Parameters

control
The Control to add to SuperPanel.
See Also

Reference

C1SuperPanel Class
C1SuperPanel Members