ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1GalleryItemCollection Class / Add Method
item to add.

In This Topic
    Add Method (C1GalleryItemCollection)
    In This Topic
    Adds C1GalleryItem node to the collection.
    Syntax
    'Declaration
     
    Public Shadows Sub Add( _
       ByVal item As C1GalleryItem _
    ) 
    public new void Add( 
       C1GalleryItem item
    )

    Parameters

    item
    item to add.
    See Also