This property sets whether or not to cancel the deletion of selected objects when the Delete key is pressed.

[Visual Basic] Public Property CancelDeleteObjectsByDeleteKey As Boolean
[C#] public bool CancelDeleteObjectsByDeleteKey {get; set;}

Property Value

True: The deletion is cancelled (the selected objects are not deleted when the Delete key is pressed)

False: The deletion is not cancelled (the selected objects are deleted when the Delete key is pressed)

Default value is False

Explanation

The CancelDeleteObjectsByDeleteKey property whether or not to cancel the deletion of selected objects when the Delete key is pressed.

When True, pressing the Delete key does not delete the selected objects.
When False, pressing the Delete key does delete the selected objects.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit WPF is created by Newtone Corporation