Returns the component with the specified name within the hierarchy defined by the current component.
Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components
SyntaxJava
Copy Code
|
|---|
public ComponentBase find ( |
The name of the component to search for.
The found component, or null, if no component matches. The search is case-sensitive.
See Also