DroidDiagram Programmer's Guide
DiagramView.setTrackPointedItem Method
See Also
 






Sets a value indicating whether the control should raise the nodePointerEnter and nodePointerLeave events.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setTrackPointedItem (
    boolean value
)

 Parameters

value

true if nodePointerEnter and nodePointerLeave events should be raised when the pointer enters or leaves the bounds of an item, otherwise false.

 See Also

DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace