PopupMenu.SelectRowWithValue
From Xojo Documentation
Method
PopupMenu.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 first row whose value matches the provided value.
Notes
If value is not found, an InvalidArgumentException is raised.
See Also
SelectRowWithTag method.