MAUI Pack Programmer's Guide
DiagramView.DelKeyAction Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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

This property is considered only on desktop platforms.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace
ModifierKeyActions Property
NodeDeleting Event
LinkDeleting Event
AutoDeleteLinks Property