C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SuperPanel Namespace / C1SuperPanel Class / AddControl Method
The Control to add to SuperPanel.

In This Topic
AddControl Method
In This Topic
Adds the control.
Syntax
'Declaration
 
Public Sub AddControl( _
   ByVal control As System.Web.UI.Control _
) 
 

Parameters

control
The Control to add to SuperPanel.
See Also