Spread for ASP.NET 8.0 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

MenuItemCollection Class
MenuItemCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.