Search
ScrollBar.needsPointerMessages Method
See Also
 

Returns whether the manipulator object needs to track mouse events.

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

 Syntax

Java  Copy Code

public boolean needsPointerMessages (
    Point2D point
)

 Parameters

point

 Return Value

true to track mouse events; otherwise, false.

 See Also