WebToolbarItem.Tag
From Xojo Documentation
Property (As Variant )
aWebToolbarItem.Tag = newVariantValue
or
VariantValue = aWebToolbarItem.Tag
New in 2020r1
Supported for all project types and targets.
or
VariantValue = aWebToolbarItem.Tag
New in 2020r1
Supported for all project types and targets.
A hidden value associated with the WebToolbarItem.
Notes
Since this is a Variant, this can be used to associate any type of data, even an object, with the WebToolbarItem.
See Also
Variant data type.