Spread for ASP.NET 10 Product Documentation
MenuItemCollection Constructor(MenuItem)


The parent item.
Initializes a new instance of the MenuItemCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentItem As MenuItem _
)
'Usage
 
Dim parentItem As MenuItem
 
Dim instance As New MenuItemCollection(parentItem)
public MenuItemCollection( 
   MenuItem parentItem
)

Parameters

parentItem
The parent item.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

MenuItemCollection Class
MenuItemCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.