Search
DiagramView.setTrackPointedItem Method
See Also
 

Sets a value indicating whether the control should raise mouse hover events.

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

 Syntax

Java  Copy Code

public void setTrackPointedItem (
    boolean value
)

 Parameters

value

true if mouse hover events should be raised when the pointer enters or leaves the boundaries of an item, or false otherwise.

 See Also