Search
ModifierKeyActions Class
Remarks See Also
 





Maps keyboard modifier keys to special actions in MindFusion.Diagramming such as panning and drawing selection rectangle.

Namespace: MindFusion.Diagramming
Package: ModifierKeyActions.js

 Syntax

JavaScript  Copy Code

// class
ModifierKeyActions.prototype = {}

 Remarks

The modifierKeyActions property of DiagramView returns an object from this class, letting you specify the modifier key functions for each view instance.

Assign member of the ModifierKeyAction enumeration to the alt, control and shift properties to specify what function is assigned to the ALT, CTRL and SHIFT keys.

 Inheritance Hierarchy

MindFusion.Diagramming.ModifierKeyActions

 See Also