Returns the child component with the specified name or null (Nothing in Visual Basic), if the component was not found.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ComponentBase FindComponent ( |
Visual Basic
Copy Code
|
|---|
Public Function FindComponent( _ |
An instance of the ComponentBase class identifying the found component or null (Nothing in Visual Basic).
RemarksThis method is useful for obtaining a references to components defined in XML.
See Also