| void CBCGPRibbonButtonsGroup::SetImages | ( | CBCGPToolBarImages * | pImages, |
| CBCGPToolBarImages * | pHotImages, | ||
| CBCGPToolBarImages * | pDisabledImages, | ||
| BOOL | bDontScaleInHighDPIMode = FALSE |
||
| ) |
Assigns images to buttons in group.
You should call SetImages before you add buttons to a group. The number of images should be greater or equal to the number of buttons to be added to the group.
| pImages | Regular images. |
| pHotImages | Hot images. |
| pDisabledImages | Disabled images. |
| bDontScaleInHighDPIMode | Set this parameter to TRUE if you wish to prevent image scaling in high DPI mode. |