PopupMenu.ListCount
From Xojo Documentation
This item was deprecated in version 2019r2. Please use PopupMenu.RowCount as a replacement. |
Read-Only Property (As Integer )
The number of items in the list.
Example
This example displays the number of items in the list.
MsgBox(Str(FruitPopup.ListCount))