Search
Calendar.getItemCloneKey Method
See Also
 






Gets 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 int getItemCloneKey ()

 Return 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