plHoverColor
Type
property
Summary
The color of the item the mouse is over.
Syntax
set the plHoverColor of widget to <RGBA Color>
get the plHoverColor of widget
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.
Examples
set the plHoverColor of widget "PolyList" to "0,128,255,79"