PopupMenu.RemoveRowAt

From Xojo Documentation

Method

PopupMenu.RemoveRowAt(Index as Integer)

New in 2019r2

Supported for all project types and targets.

Removes the specified row. The first row is numbered zero.

Example

The following example removes the third item (index position 2) from the popup menu.

Me.RemoveRowAt(2)