MF_BYPOSITION top-level constant

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

Indicates that flag gives the zero-based relative position of the menu item.

Implementation

@Deprecated('Use MENU_ITEM_FLAGS.MF_BYPOSITION instead')
const MF_BYPOSITION = 0x00000400;