Search
Calendar.setItemCloneKey Method
See Also
 






Sets the modifier key, which when pressed allows users to interactively clone items.

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

 Syntax

Java  Copy Code

public void setItemCloneKey (
    int value
)

 Parameters

value

One of the KeyEvent constants. The default is VK_SHIFT.

 Remarks

If the user starts dragging an item (or items) when the key specified as a value of this property is pressed, an exact duplicate of the dragged item is created and the user continues dragging the newly created item instead of the original one.

 See Also