WebListBox.SelectedRowColor
From Xojo Documentation
Property (As Color )
aWebListBox.SelectedRowColor = newColorValue
or
ColorValue = aWebListBox.SelectedRowColor
New in 2020r1
Supported for all project types and targets.
or
ColorValue = aWebListBox.SelectedRowColor
New in 2020r1
Supported for all project types and targets.
The color used to draw the background of a row when selected.
Sample Code
From the Opening event, set the SelectedRowColor property to blue:
See Also
Color type.