Dela via


CMFCRibbonCategory::GetImageCount

Retrieves the number of images in the specified image list that is contained in the ribbon category.

int GetImageCount(
   BOOL bIsLargeImage
) const;

Parameters

  • [in] bIsLargeImage
    TRUE for the number of images in the large image list; FALSE for the number of images in the small image list.

Return Value

The number of images in the specified image list.

Requirements

Header: afxribboncategory.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonCategory Class

Change History

Date

History

Reason

October 2008

Updated whole topic.

Information enhancement.