Detaches the specified item from this group.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Detach ( |
Visual Basic
Copy Code
|
|---|
Public Function Detach( _ |
false if the item could not be detached; otherwise, true.
RemarksCall this method to remove a item from this group. Note that this method does not delete the item, but just detaches it.
See Also