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






Gets what action is triggered by the ALT key.

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

 Syntax

Java  Copy Code

public ModifierKeyAction getAlt ()

 Return Value

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

 Remarks

The value of this property specifies what happens when a user holds down the ALT key and drags the mouse. The default value Pan makes the control enter pan mode, letting the user scroll the diagram contents by dragging it with the mouse.

 See Also

ModifierKeyActions Members
ModifierKeyActions Class
com.mindfusion.diagramming Namespace