PDFPopupMenu.RemoveRowAt

From Xojo Documentation

Method

PDFPopupMenu.RemoveRowAt(index as Integer)

New in 2021r3

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.

PopupMenu1.RemoveRowAt(2)