MF_MENUBARBREAK top-level constant

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

Functions the same as the MF_MENUBREAK flag for a menu bar. For a drop-down menu, submenu, or shortcut menu, the new column is separated from the old column by a vertical line.

Implementation

@Deprecated('Use MENU_ITEM_FLAGS.MF_MENUBARBREAK instead')
const MF_MENUBARBREAK = 0x00000020;