MindFusion.Wpf Pack Programmer's Guide
DelKeyAction Enumeration
See Also
 





Specifies the type of action performed when the user presses the DEL key.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public enum DelKeyAction

Visual Basic  Copy Code

Public Enum DelKeyAction

 Members

  Member name Description

DeleteActiveItem

Indicates that only the ActiveItem is deleted.

DeleteSelectedItems

Indicates that all selected items are deleted.

None

Indicates that nothing happens.

 See Also

MindFusion.Diagramming.Wpf Namespace