hoverWithMouse

Typeproperty
Dictionarywidget.polylist
LibraryPolyList
Syntax
set the hoverWithMouse of widget to {true | false}
get the hoverWithMouse of widget
Associationscom.livecode.widget.polylist
Summary

Defines if the PolyList highlights the item on which the mouse is.

Example
get the hoverWithMouse of widget "PolyList"
set the hoverWithMouse of widget "PolyList" to true
Description

Use the hoverWithMouse property to highlight the PolyList item the mouse is hovering over.