Sets the modifier key, which when pressed allows users to interactively clone items.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public void setItemCloneKey ( |
One of the KeyEvent constants. The default is VK_SHIFT.
RemarksIf 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