Search
ModifierKeyActions.control Property
See Also
 





Gets or sets the action triggered by the CTRL key.

Namespace: MindFusion.Diagramming
Package: ModifierKeyActions.js

 Syntax

JavaScript  Copy Code

get control() {}
set control(value) {}

 Property Value

ModifierKeyAction

A member of the ModifierKeyAction enumeration.

 Remarks

The value of this property specifies what happens when a user holds down the CTRL key and drags the mouse. The default value Select makes the control enter selection mode, letting the user draw a lasso rectangle around diagram items in order to select them. You can change the function of CTRL by assigning a different value to this property.

 See Also