MF_UNCHECKED top-level constant

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

Does not place a check mark next to the item (default). If the application supplies check-mark bitmaps (see SetMenuItemBitmaps), this flag displays the clear bitmap next to the menu item.

Implementation

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