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