MF_HILITE top-level constant

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

Highlights the menu item. If this flag is not specified, the highlighting is removed from the item.

Implementation

@Deprecated('Use MENU_ITEM_FLAGS.MF_HILITE instead')
const MF_HILITE = 0x00000080;