ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollection Class / C1MenuItemCollection Constructor
The owner object of the collection.

In This Topic
    C1MenuItemCollection Constructor
    In This Topic
    Initializes a new instance of the C1MenuItemCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As IC1MenuItemCollectionOwner _
    )
    public C1MenuItemCollection( 
       IC1MenuItemCollectionOwner owner
    )

    Parameters

    owner
    The owner object of the collection.
    See Also