''''''''''''''''''''''''''''
' MenuEv global constant file. This file can be loaded
' into a code module.
'
' These constants define the contents of the Flags
' parameter of the MenuEvent event.
'
''''''''''''''''''''''''''''

Global Const MF_GRAYED = &H0001
Global Const MF_DISABLED = &H0002
Global Const MF_BITMAP = &H0004
Global Const MF_CHECKED = &H0008
Global Const MF_POPUP = &H0010
Global Const MF_OWNERDRAW = &H0100
Global Const MF_SYSMENU = &H2000
Global Const MF_MOUSESELECT = &H8000

