CMFCRibbonGallery::AddGroup

添加新组到该库。

void AddGroup(
    LPCTSTR lpszGroupName,
    UINT uiImagesPaletteResID,
    int cxPaletteImage 
);
void AddGroup(
    LPCTSTR lpszGroupName,
    CMFCToolBarImages& imagesGroup 
);
void AddGroup(
    LPCTSTR lpszGroupName,
    int nIconsNum 
);

参数

  • [in] lpszGroupName
    指定组的名称。

  • [in] uiImagesPaletteResID
    指定包含组的图形图像的资源ID列表。

  • [in] cxPaletteImage
    在图像的像素指定宽度。

  • [in] imagesGroup
    对包含组图像的图像的引用列表。

  • [in] nIconsNum
    在组中指定图标的数目。 应为自定义(所有者描述)组仅指定此参数。

备注

可以分为功能区库的项转换为多组通过调用此方法。 每组可以使用声明。

要求

标头: afxRibbonPaletteGallery.h

请参见

参考

CMFCRibbonGallery选件类

层次结构图