ListBox.SelectOnMouseDown

Syntax

SelectOnMouseDown: Boolean

Description

The SelectOnMouseDown property determines whether elements are selected on mouse click.

Comments

Available values:

Property value can be set from JSON or using the setSelectOnMouseDown method, property value is returned by the getSelectOnMouseDown method.

Example

The example of property use is given in description of the ListBox.getScrollBox method.

See also:

ListBox