This method deletes the selected object.

[Visual Basic] Public Function DeleteSelectedObject() As Boolean
[C#] public bool DeleteSelectedObject();

Parameters

None

Return Value

Returns True if successful, otherwise returns False.

Explanation

This method deletes the selected object.

When the EditKind property is set to KindOfEdit.Select and an object is selected, executing this method will delete that object. To bring back the object deleted by this method, right click the object and display the context menu, the select "Undo" or execute the Undo method.

To perform the same function as executing this method, right click the object and display the context menu then select "Delete". For more details about the context menu, please refer to ContextMenuEnable property.

See also

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation