MindFusion.Java Package Programmer's Guide
ModifierKeyActions.setControl Method
See Also
 






Sets what action is triggered by the CTRL key.

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

 Syntax

Java  Copy Code

public void setControl (
    ModifierKeyAction value
)

 Parameters

value

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.

 See Also

ModifierKeyActions Members
ModifierKeyActions Class
com.mindfusion.diagramming Namespace