ILayoutNode::Init method

void Init(HWNDhwndParent, HWNDhwndChild)

Initializes this layout node.

Defined in: LayoutBase.h

Parameters

hwndParent

Handle to the master window associated with the entire layout operation.

hwndChild

Handle to a child window associated specificly with this node. Valid only in the case of window layout nodes. Default is NULL;

Comments

The node is initialized by assigning the master window associated with the entire layout operation. Optionally, a child window can be also associated with this specific node. Initialization is a required process for every layout node before it can participate in any layout recalculation.