Checks if the specified component is contained in the hierarchy defined by the current component.
Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components
SyntaxJava
Copy Code
|
|---|
public boolean contains ( |
The component to search for.
true if the component is a direct or indirect child of the current component; otherwise, false.
See Also