No Ubound in PopupMenu.List()?

Hi all,

PopupMenus have, among others, a List() property. List() is an array of string as far as I can tell from the LR. However the following code fails:

for i as integer = 0 to me.List.Ubound

I get a “This method requires more parameters than were passed” message, and me.List. autocompletes to string properties, not array ones.

Am I misreading the info in the LR?

Popupmenu.Listcount