property Item.ShowDown as Boolean
Retrieves or sets a value that indicates whether the item's submenu is up or down oriented .

TypeDescription
Boolean A Boolean expression that specifies whether the sub-menu is shown down or up to the item
By default, the ShowDown property is True. Use the ShowDown property to show the sub-menu up to the item. The SubMenu/Items property accesses the collection of Item objects to be shown on the sub-menu.