ASP.NET Pack Programmer's Guide
Diagram.getDelKeyAction Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function getDelKeyAction ()

 Return 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. When an item is deleted the nodeDeleted and linkDeleted events are raised.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace