Difference between revisions of "PopupMenu.SelectRowWithTag"
From Xojo Documentation
Line 2: | Line 2: | ||
| name=SelectRowWithTag | | name=SelectRowWithTag | ||
| owner=[[PopupMenu]] | | owner=[[PopupMenu]] | ||
+ | | ownertype=class | ||
| parameters=value As Variant | | parameters=value As Variant | ||
| newinversion=2020r1 | | newinversion=2020r1 |
Latest revision as of 02:02, 18 July 2020
Method
SelectRowWithTag(value As Variant)
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 tag matches the value passed.
See Also
SelectRowWithValue method.