SelectOnMouseDown: Boolean
The SelectOnMouseDown property determines whether elements are selected on mouse click.
Available values:
true. The element is selected on mouse click.
false. The element is not selected on mouse click (default value).
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: