Search
ListViewBase.getItemAt Method
See Also
 





Gets the item at the specified location.

Namespace: MindFusion.Diagramming
File: ListViewBase.js

 Syntax

JavaScript  Copy Code

function getItemAt (point)

 Parameters

point

Point. The location where to look.

 Return Value

DiagramItem. The item found.

 See Also