CBCGPRibbonQuickStepsButton::CBCGPRibbonQuickStepsButton | ( | UINT | nID, |
LPCTSTR | lpszText, | ||
int | nSmallImageIndex, | ||
int | nLargeImageIndex, | ||
UINT | uiImagesPaletteResID = 0 , |
||
int | cxPaletteImage = 16 , |
||
int | nColumns = 2 |
||
) |
Constructor.
nID | Specifies the button command ID. |
lpszText | Specifies the button text. |
nSmallImageIndex | Zero-based index of button's image in the image list of small icons. |
nLargeImageIndex | Zero-based index of the button's image in the list of large images. |
uiImagesPaletteResID | Resource id of image list with gallery images. |
cxPaletteImage | Specifies the width, in pixels, of gallery image. |
nColumns | A number of gallery columns. |