MenuItemCollection represents a collection of MenuItem instances.
For a list of all members of this type, see MenuItemCollection Members.
System.Object
MenuItemCollection
Each item in a menu is represented by an instance of the MenuItem class. The MenuItem class has a SubItems property, which is of type MenuItemCollection. This MenuItemCollection, then, allows for each MenuItem to have a submenu of MenuItems.
This flexible object model allows for an unlimited number of submenu depths.Namespace: skmMenu
Assembly: skmMenu (in skmMenu.dll)
MenuItemCollection Members | skmMenu Namespace