Search
ModifierKeyActions.getShift Method
See Also
 

Gets what action is triggered by the SHIFT key.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ModifierKeyAction getShift ()

 Return Value

A member of the ModifierKeyAction enumeration. The default is OverrideBehavior.

 Remarks

The value of this property specifies what happens when a user holds down the SHIFT key and drags the mouse. The default value OverrideBehavior makes the control ignore item's selection handles, thus not allowing modifying a selected item but starts the creation of a new item.

 See Also