Search
ItemDrawContext.getPointed Method
See Also
 






Gets a value indicating whether the mouse is over the drawn item.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public boolean getPointed ()

 Return Value

true if the mouse is currently over the item; otherwise, false.

 Remarks

You can inspect the value of this property if you intend to change the appearance of your items when the mouse hovers over them. For example, you might wish to implement some form of highlighting.

 See Also