ASP.NET Pack Programmer's Guide
ModifierKeyActions.setShift Method
See Also
 





Sets the action triggered by the SHIFT key.

Namespace: MindFusion.Diagramming
Package: ModifierKeyActions.js

 Syntax

JavaScript  Copy Code

function setShift (value)

 Parameters

value

A member of the ModifierKeyAction enumeration. The default value 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. You can change the function of SHIFT by assigning a different value to this property.

 See Also

ModifierKeyActions Members
ModifierKeyActions Class
MindFusion.Diagramming Namespace