plHoverColor

Typeproperty
Dictionarywidget.polylist
LibraryPolyList
Syntax
set the plHoverColor of widget to <RGBA Color>
get the plHoverColor of widget
Associationscom.livecode.widget.polylist
Summary

The color of the item the mouse is over.

Example
set the plHoverColor of widget "PolyList" to "0,128,255,79"
Description

Use the plHoverColor property to define the color of the item the mouse is over. For PolyList to highlight the item the mouse is over, the hoverWithMouse property must be true.