ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewItemCollection Class / Add Method

In This Topic
    Add Method
    In This Topic
    Adds a new pane item to the end of the list.
    Syntax
    'Declaration
     
    Public Shadows Sub Add( _
       ByVal child As C1AppViewItem _
    ) 
    public new void Add( 
       C1AppViewItem child
    )

    Parameters

    child
    See Also