MF_DISABLED top-level constant

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

Disables the menu item so that it cannot be selected, but the flag does not gray it.

Implementation

@Deprecated('Use MENU_ITEM_FLAGS.MF_DISABLED instead')
const MF_DISABLED = 0x00000002;