Search
Calendar.getHiddenItemsCursor Method
See Also
 






Gets the cursor that is displayed when the mouse pointer is over the hidden items cue icon.

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

 Syntax

Java  Copy Code

public Cursor getHiddenItemsCursor ()

 Return Value

On of the Cursor constants. The default is Cursor.Hand.

 Remarks

The hidden items cue icon is shown if ItemSettings.getShowMoreItemsCue is enabled and there are schedule items that are not currently visible because of insufficient space.

 See Also