Attaches a new node to the group.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AttachCustom ( |
Visual Basic Copy Code |
---|
Public Function AttachCustom( _ |
true if the node has been attached to this group successfully.
This method is used in conjunction with an UpdateGroup override defined in derived item types. The UpdateGroup override must set the position of attached nodes by calling their SetBounds method.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |