|
inline |
Adds a group to a Ribbon Gallery control with a custom drawing.
Call this function to add a group to a Ribbon Gallery control.
Specify icon size and number of items. You'll have to override OnDrawGalleryItem() in a derived class.
lpszGroupName | Specifies a group name. |
sizeIcon | Specifies icon (image) size. |
nIconsNum | Specifies number of items in a group. |
bRecalcLayout | If TRUE, a Gallery control should recalculate layout when a group has been added. |