CMFCRibbonGallery::CMFCRibbonGallery

构造和初始化 CMFCRibbonGallery 对象。

CMFCRibbonGallery (
    UINT nID,
    LPCTSTR lpszText,
    int nSmallImageIndex,
    int nLargeImageIndex,
    CMFCToolBarImages& imagesPalette 
);
CMFCRibbonGallery (
    UINT nID,
    LPCTSTR lpszText,
    int nSmallImageIndex,
    int nLargeImageIndex,
    UINT uiImagesPaletteResID=0,
    int cxPaletteImage=0 
);
CMFCRibbonGallery (
    UINT nID,
    LPCTSTR lpszText,
    int nSmallImageIndex,
    int nLargeImageIndex,
    CSize sizeIcon,
    int nIconsNum,
    BOOL bDefaultButtonStyle=TRUE 
);

参数

  • nID
    指定命令的命令ID执行用户单击按钮时

  • lpszText
    指定文本显示在按钮。

  • nSmallImageIndex
    显示的小图像的从零开始的索引。按钮。

  • nLargeImageIndex
    显示大图像的从零开始的索引。按钮。

  • imagesPalette
    对包含图像将显示在该库的 CMFCToolBarImages 对象的引用。

  • uiImagesPaletteResID
    图像列表的资源ID显示在库。

  • cxPaletteImage
    以像素为单位指定宽度,时,图像在该库。

  • sizeIcon
    以像素为单位指定大小,库,图像。

  • nIconsNum
    在该库中指定图标的数目。

  • bDefaultButtonStyle
    指定是否使用默认或所有者描述的按钮样式。

要求

标头: afxRibbonPaletteGallery.h

请参见

参考

CMFCRibbonGallery选件类

层次结构图