property Item.ShowLocalPopup as Boolean
Specifies whether the item's popup is shown as local. Clicking any item inside a local popup makes the popup itself to close including all its descendent sub-menus, without closing any ascendant sub-menus.

TypeDescription
Boolean A Boolean expression that specifies whether the item's sub-menu is closed when user clicks an item.
By default, the ShowLocalPopup property is False. Use the ShowLocalPopup property on True, to provide drop down list. Clicking any item inside a local popup makes the popup itself to close including all its descendent sub-menus, without closing any ascendant sub-menus. The LocalAppearance property specifies a different visual appearance for the local popup. Use the CloseOnClick property to specify how to close the current popup when user clicks a specified item. The PopupAppearance specifies a different visual appearance for the current submenu.