Search
Calendar.setHiddenItemsCursor Method
See Also
 






Sets 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 void setHiddenItemsCursor (
    Cursor value
)

 Parameters

value

On of the Cursor constants.

 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