Search
DiagramView.DelKeyAction Property
See Also
 





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

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public DelKeyAction DelKeyAction { get; set; }

Visual Basic  Copy Code

Public Property DelKeyAction As DelKeyAction

 Property Value

A member of the DelKeyAction enumeration. The default value is DeleteSelectedItems.

 Remarks

To enable deleting items interactively in ImageMap client-side mode, add an InteractivityExtender to the page.

 See Also