SelectOnMouseDown: Boolean
The SelectOnMouseDown property determines whether elements are selected on the mouse click.
Available values:
true. The element is selected on the mouse click.
false. The element is not selected on the mouse click (by default).
Property value can be set from JSON or using the setSelectOnMouseDown method, property value is returned by the getSelectOnMouseDown method.
The example of property use is given in description of the ListBox.getScrollBox method.
See also: