Search
DelKeyAction Enumeration
See Also
 

The members of this enumeration specify the type of action performed when the user presses the DEL key.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  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