WebPopupMenu.SelectRowWithValue
From Xojo Documentation
Method
WebPopupMenu.SelectRowWithValue(value As String)
New in 2020r1
Supported for all project types and targets.
New in 2020r1
Supported for all project types and targets.
Selects the row with the provided value.
Notes
If value is not found, an InvalidArgumentException is raised.
Sample Code
WebPopupMenu1.SelectRowWithValue("Frodo")
See Also
SelectedRowIndex method.