Returns the component with the specified name within the hierarchy defined by the current component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |