Search
CompositeNode.ContainsComponent Method
See Also
 





Checks whether the specified component is contained in this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ContainsComponent (
    ComponentBase component
)

Visual Basic  Copy Code

Public Function ContainsComponent( _
    component As ComponentBase _
) As Boolean

 Parameters

component

The component to check.

 Return Value

true if the component is contained in the node; otherwise, false.

 See Also