Using Menu-Item Bitmaps

Windows can use a bitmap instead of a text string to display a menu item. To use a bitmap, you must set the MFT_BITMAP flag for the menu item and specify the handle of the bitmap that Windows should display for the menu item. This section describes how to set the MFT_BITMAP flag and retrieve the handle of a bitmap.

Applications written for earlier versions of Windows can set the MF_BITMAP flag with the old menu functions.