TreeNode.ToolTip

Syntax

ToolTip: String

Description

The ToolTip property determines text of the tree node tooltip.

Comments

Use JSON or the setToolTip method to set the property value and the getToolTip method to get the property value.

Example

The example of property use is given in description of the TreeNode.collapseAll method.

See also:

TreeNode