Checks whether the specified component is contained in this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool ContainsComponent ( |
Visual Basic
Copy Code
|
|---|
Public Function ContainsComponent( _ |
The component to check.
true if the component is contained in the node; otherwise, false.
See Also