property Item.SubMenu as Items
Retrieves an Items collection that indicates the item's sub menu. Retrieves Nothing, if the item contains no sub menu.

TypeDescription
Items An Items collection that holds the Item objects to be displayed in the sub-menu.
The Items and SubMenu properties are equivalents. Use the SubMenu property to access the Item objects in a sub-menu item. The Parent property of the Item object returns an empty object, if the item contains no parent. The Parent item property can be used to access the parent of the item, when it is contained by a sub-menu.