Determines whether this node is a predecessor of the specified node in the group hierarchy.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected bool GroupContains ( |
Visual Basic
Copy Code
|
|---|
Protected Function GroupContains( _ |
true if the specified node is subordinate to this one; otherwise, false.
See Also