WebListBox.SelectionStyle
From Xojo Documentation
Property (As WebStyle )
aWebListBox.SelectionStyle = newWebStyleValue
or
WebStyleValue = aWebListBox.SelectionStyle
New in 2014r2
Supported for all project types and targets.
or
WebStyleValue = aWebListBox.SelectionStyle
New in 2014r2
Supported for all project types and targets.
The WebStyle class to apply to the selected row in the WebListBox.
Example
In the Open event handler of a WebPage, this code applies a style for the selected row of a WebListBox:
SortableListBox.SelectionStyle = MyCustomSelectionStyle
See Also
WebStyle class.