MenuBeginFlags Type (Enumeration)

menus.h

enum MenuBeginFlags {MBF_WITHICON = 0x01, MBF_REDEF = 0x02, MBF_SYS_ALLOC = 0x04, MBF_MAX_MENU_WIDTH = 0x08, MBF_STRIKEOUT = 0x10, MBF_HMENU = 0x20, MBF_NO_DRAWTOP = 0x40};

An enumeration for describing possible flags passed to MenuBegin.

These constant are used as flags, please see the MenuBegin function for more information.