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

In This Topic
    Remove Method (C1MenuItemCollection)
    In This Topic
    Removes item from list.
    Syntax
    'Declaration
     
    Public Shadows Sub Remove( _
       ByVal child As C1MenuItem _
    ) 
    public new void Remove( 
       C1MenuItem child
    )

    Parameters

    child
    Child menu item.
    See Also