ListBox.getItemByPoint

Syntax

getItemByPoint(x, y);

Parameters

x. Horizontal coordinate.

y. Vertical coordinate.

Description

The getItemByPoint method returns the element of the list by specified coordinates.

Comments

The method is under development.

See also:

ListBox