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;