IBorderClientLayout::LocatePositionFromNode method

bool LocatePositionFromNode(ILayoutNode*pNode, BorderPosition&position)

Given a layout node, returns the position that node is currently occupying within the Border-Client designated areas.

Defined in: BorderClient.h

Return Value

true if pNode was occupying one of the five designated areas within the Border-Client arrangement. false if the node was not found.

Parameters

pNode

Node to locate position of.

position

Output parameter, which upon return contains the position pNode is located at. Valid only if the return value is true.