| int CBCGPStaticLayout::AddGroupAnchor | ( | HWND | hWndGroup, | 
| XMoveType | typeMove, | ||
| XSizeType | typeSize, | ||
| const CPoint & | percMove = CPoint(100, 100),  | 
        ||
| const CPoint & | percSize = CPoint(100, 100)  | 
        ||
| ) | 
Adds anchor for controls located inside specific group to layout manager.
| hWndGroup | A group window handler. | 
| typeMove | Defines move direction. | 
| typeSize | Defines resize method. | 
| percMove | Defines (in percents) how far a child control is moved when a host is resized. | 
| percSize | Defines (in percents) how child control is resized. |