Determines whether the specified item is selected.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean itemInSelection ( |
The DiagramItem whose selection state to check.
true if the item is selected,otherwise false.
See Also