Returns the component with the specified name within the hierarchy defined by the current component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ComponentBase Find ( |
Visual Basic
Copy Code
|
|---|
Public Function Find( _ |
The name of the component to search for.
The found component, or null (Nothing in Visual Basic), if no component matches. The search is case-sensitive.
See Also