Search
Calendar.setItemHResizeCursor Method
See Also
 






Sets the cursor that is displayed when the mouse pointer is over the horizontal resize area of an item.

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

 Syntax

Java  Copy Code

public void setItemHResizeCursor (
    Cursor value
)

 Parameters

value

One of the Cursor constants.

 See Also