MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setDelKeyAction Method

See Also
 





Sets a value that specifies what action should be performed when the user hits the Del key.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setDelKeyAction (value)

 Parameters

value
A DelKeyAction Enumeration value.

 Remarks

Depending on this property value, the control can delete all selected items, delete only the active item, or ignore the Del key press.

 See Also