ITreeControl.ShowButtons

Syntax

ShowButtons: Boolean;

Description

The ShowButtons property determines whether the buttons of expanding and collapsing of the nodes child tree are displayed.

Comments

If the property is set to True, "+" and "-" buttons are placed to the left of the node, otherwise, the tree of nodes children is expanded or collapsed by the mouse double-click on the node.

See also:

ITreeControl