PopupMenu.SelectRowWithValue
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.