int CBCGPStaticLayout::AddGroupAnchor | ( | UINT | nGroupID, |
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.
nGroupID | A group resource ID. |
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. |