ASP.NET Pack Programmer's Guide
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 Diagram returns an object from this class, letting you specify the modifier key functions for each Diagram 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.

 See Also

ModifierKeyActions Members
MindFusion.Diagramming Namespace