ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollection Class / Add Method
Child menu item

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

    Parameters

    child
    Child menu item
    See Also