TreeNode.Highlighted

Syntax

Highlighted: Boolen

Description

The Highlighted property determines whether to use a tooltip for the specified node.

Comments

Highlighting is possible if the TreeList.EnableHighlight property is set to true.

Highlighting color and text color for the highlighted node are defined in the TreeList.HighlightColor and TreeList.HighlightFont properties respectively.

Example

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

See also:

TreeNode