MF_STRING top-level constant

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

Specifies that the menu item is a text string; the lpNewItem parameter is a pointer to the string.

Implementation

@Deprecated('Use MENU_ITEM_FLAGS.MF_STRING instead')
const MF_STRING = 0x00000000;