Determines whether this container contains the specified node, either directly or recursively through other containers.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool ContainsRecursively ( |
Visual Basic
Copy Code
|
|---|
Public Function ContainsRecursively( _ |
true if this container contains the node; otherwise, false.
See Also