IBorderClientLayout::AddLayoutNode method
int AddLayoutNode(ILayoutNode*pNode, BorderPositionposition)Adds a child layout node to this node's children list.
Defined in: BorderClient.h
Return Value
Returns the new number of child nodes in this node's children list.
Parameters
pNode
Node being added.
position
Area of the Border-Client arrangement the new node will be responsible for. Must be a member of the BorderPosition enumerated type.