Get the coordinates of the mouse position in the ListBox window at the moment the Event_ListBoxClicked event is processed.

Call:

ts_dialogcontrol(iDialogcontrolDescr,"GetMouseClickedPosXY", int &x, int &y);


Here:

x,y are the mouse coordinates when the click was made that triggered the event.