Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether nodes in the tree view control are highlighted as the mouse pointer passes over them.
Syntax
public void setHotTracking( boolean value )
Parameters
value
Set to true if the tree view control provides feedback to the user by highlighting the node that the mouse pointer is positioned over; otherwise, set to false. The default value is false.
See Also getHotTracking