TreeListView.removeHover

Syntax

removeHover();

Description

The removeHover method removes the current mouseover highlighting.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Mouseover the node and clear the current highlighting
Tree.removeHover();

After executing the example the node highlighting is cleared on mouseover.

See also:

TreeListView