Search
ModifierKeyActions Class
Remarks See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public sealed class ModifierKeyActions

Visual Basic  Copy Code

Public NotInheritable Class ModifierKeyActions

 Remarks

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

Assign members 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

System.Object
    MindFusion.Diagramming.ModifierKeyActions

 See Also