Search
DiagramNode.GroupContains Method
See Also
 





Determines whether this node is a predecessor of the specified node in the group hierarchy.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool GroupContains (
    DiagramNode node
)

Visual Basic  Copy Code

Protected Function GroupContains( _
    node As DiagramNode _
) As Boolean

 Parameters

node
The node to check.

 Return Value

true if the specified node is subordinate to this one; otherwise, false.

 See Also