MF_BITMAP top-level constant

  1. @Deprecated('Use MENU_ITEM_FLAGS.MF_BITMAP instead')
int const MF_BITMAP

Uses a bitmap as the menu item. The lpNewItem parameter contains a handle to the bitmap.

Implementation

@Deprecated('Use MENU_ITEM_FLAGS.MF_BITMAP instead')
const MF_BITMAP = 0x00000004;