MF_GRAYED top-level constant

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

Disables the menu item and grays it so that it cannot be selected.

Implementation

@Deprecated('Use MENU_ITEM_FLAGS.MF_GRAYED instead')
const MF_GRAYED = 0x00000001;