Adds a group to a Ribbon Gallery control
Call this function to add a group to a Ribbon Gallery control. A group consists of a header and several items. The items are added according to image list specified by uiImagesPaletteResID.
- Parameters
-
lpszGroupName | Specifies a group name. |
uiImagesPaletteResID | Resource ID of image list, which contains group items. |
cxPaletteImage | Specifies width of image in image list. |
bRecalcLayout | If TRUE, a Gallery control should recalculate layout when a group has been added. |