FrameAdopt Method

Adopt a Frame updating references as appropriate. This function should be called after adding a Frame to the Children of another Frame.

 

Namespace:  WebSupergoo.WordGlue4.Layout
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void Adopt(
        LinkedListNode<Frame> node
)

Parameters

node
Type: System.Collections.GenericLinkedListNodeFrame
The node containing the child to adopt.

Return Value

Type: 
See Also