DynMenuFlags Type (Enumeration)

menus.h

enum DynMenuFlags {DMF_TEXT = 0x0001, DMF_ICON = 0x0002, DMF_BITMAP = 0x0004, DMF_CHILD_SUB = 0x1000, DMF_CHILD = 0x2000, DMF_TOP_SUB = 0x4000, DMF_TOP = 0x8000};

An enumeration for describing possible flags associated to dynamic menu entries.

These constants are used as flags, please see the MenuAddText and MenuAddIcon functions for more information.