WebPopupMenu.AddRow
From Xojo Documentation
Method
Adds value to the end of the list of items.
Method
Adds item to the end of the list of items.
Notes
Passing a WebMenuItem allows the menu item to utilize all of the features of a WebMenuItem including changing the color, disabling the item, using styles, creating hierarchical menus and more.
Sample Code
Add a new rows to the popup menu in the Shown event handler:
This example, also in the Shown event handler, adds a item to the WebPopupMenu using a WebMenuItem in order to set the TextColor to blue: