DesktopPopupMenu.SelectRowWithValue

From Xojo Documentation

Method

DesktopPopupMenu.SelectRowWithValue(value As String)

New in 2021r3

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.