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