MindFusion.Wpf Pack Programmer's Guide
DiagramNode.GroupContains Method
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace