CBCGPRibbonQuickStepsButton::CBCGPRibbonQuickStepsButton | ( | UINT | nID, |
LPCTSTR | lpszText, | ||
int | nSmallImageIndex, | ||
int | nLargeImageIndex, | ||
CBCGPToolBarImages & | imagesPalette, | ||
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. |
imagesPalette | A reference to image list containing gallery images. |
nColumns | A number of gallery columns. |