PopupMenu.List
From Xojo Documentation
This item was deprecated in version 2019r2. Please use PopupMenu.RowValueAt as a replacement. |
Read-Only Property (As String )
Returns the item specified by Index. The first item is numbered zero.
Example
The following is in the Action event of a PushButton. It displays the fifth element of a PopupMenu.
MsgBox(PopupMenu1.List(4))