MindFusion.Java Package Programmer's Guide
DiagramView.getModifierKeyActions Method
See Also
 






Gets an object that allows changing the function of keyboard modifier keys such as CTRL and ALT.

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

 Syntax

Java  Copy Code

public ModifierKeyActions getModifierKeyActions ()

 Return Value

An instance of the ModifierKeyActions class.

 Remarks

Use the Alt, Control and Shift properties of this ModifierKeyActions instance to specify the functions of the ALT, CTRL and SHIFT keys. These properties can be set to values of the ModifierKeyAction enumeration.

 See Also

DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace