Removes the specified item from the selection.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean removeItem ( |
The DiagramItem that should be deselected.
false if the specified item was not selected,otherwise true.
See Also