property ExContextMenu.ShowPopupArrow(ItemHighlited as Boolean) as ShowPopupArrowEnum
Indicates the type of the arrow to be shown when the item displays the sub-menu.

TypeDescription
ItemHighlited as Boolean A Boolean expression that specifies whether the arrow is shown to the selected/highlighted item. In VFP, you should use 0 or 1, instead .F. or .T.
ShowPopupArrowEnum A ShowPopupArrowEnum expression that specifies the arrow to be shown on an item that displays a submenu.
By default, the ShowPopupArrow(True) property is exShowPopupArrowLight, and the ShowPopupArrow(False) property is exShowPopupArrowDark. In other words, when the item is selected/highlighted a light arrow is displayed, while when the item it is not selected/highlighted a dark arrow is displayed. Use the ShowPopupArrow property to specify how the item with sub-menu displays the popup arrow.