This method deletes all objects selected when the EditKind property is set to KindOfEdit .MultiSelect .

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

Parameters

None

Return Value

Returns True if successful, otherwise returns False.

Explanation

The DeleteMultiSelectedObjects method deletes all objects selected when the EditKind property is set to KindOfEdit .MultiSelect .

When the EditKind property is set to KindOfEdit.MultiSelect and objects are selected, executing this method will delete those objects. Right clicking on the objects to display the context menu and selecting "Undo" or executing the Undo method will bring the objects back.

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 ContextMenuEnabled property.

See also

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

 

The ImageKit.NET3 is created by Newtone Corporation