MF_MENUBREAK top-level constant

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

Places the item on a new line (for a menu bar) or in a new column (for a drop-down menu, submenu, or shortcut menu) without separating columns.

Implementation

@Deprecated('Use MENU_ITEM_FLAGS.MF_MENUBREAK instead')
const MF_MENUBREAK = 0x00000040;