Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Trees > Classes > TreeList > TreeList.SelectedHighlightColor

TreeList.SelectedHighlightColor

Syntax

SelectedHighlightColor: PP.Color||String

Description

The SelectedHighlightColor property sets color for highlighting of selected tree nodes.

Comments

This property is relevant if the TreeList.EnableSelectedHighlight property is set to true.

Example

The example of use is given in the TreeList.EnableSelectedHighlight property description.

See also:

TreeList