Removes an item from the selection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool RemoveItem ( |
Visual Basic Copy Code |
---|
Public Function RemoveItem( _ |
The DiagramItem to be removed from the selection.
true if the item has been successfully removed; otherwise, false.
Call this method to deselect an item. Note that the item is not deleted, but just removed from the selection.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |