ComponentOne Dialog for ASP.NET Web Forms
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 _
    ) 
    public void AddControl( 
       System.Web.UI.Control control
    )

    Parameters

    control
    The Control to add to SuperPanel.
    See Also