Layout Navigation
The following routines can be used for navigating around the element hierarchy.
| gGetDialog | Returns the handle of the dialog that contains that interface element. |
| gGetBrother | Returns either brother of an element. |
| gGetChild | Returns a child of the control given its position. |
| gGetChildCount | Returns the number of children of the given control. |
| gGetParent | Returns the parent of a control. |