DroidDiagram Programmer's Guide
Selection.removeItem Method
See Also
 






Removes the specified item from the selection.

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

 Syntax

Java  Copy Code

public boolean removeItem (
    DiagramItem item
)

 Parameters

item

The DiagramItem that should be deselected.

 Return Value

false if the specified item was not selected,otherwise true.

 See Also

Selection Members
Selection Class
com.mindfusion.diagramming Namespace