TreeList.RightButtonSelect

Syntax

RightButtonSelect: Boolean

Description

The RightButtonSelect property determines whether a node can be selected on clicking the right mouse button.

Comments

If the property is set to True, a node can be selected both by clicking left or right mouse button. If the property is set to False (default), a node can be selected only by clicking with the left mouse button.

Example

The example of property use is given in the page Example of Creating the TreeList Component.

See also:

TreeList