Search
Calendar.getItemDragKey Method
See Also
 






Gets the modifier key that lets users start a drag-and-drop operation when they drag an item.

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

 Syntax

Java  Copy Code

public int getItemDragKey ()

 Return Value

One of the KeyEvent constants. The default is VK_CONTROL.

 See Also