home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / VISBASIC / MSMEGA / MENUEVSA.ZIP / FLAGS.TXT next >
Text File  |  1995-02-01  |  513b  |  19 lines

  1. ''''''''''''''''''''''''''''
  2. ' MenuEv global constant file. This file can be loaded
  3. ' into a code module.
  4. '
  5. ' These constants define the contents of the Flags
  6. ' parameter of the MenuEvent event.
  7. '
  8. ''''''''''''''''''''''''''''
  9.  
  10. Global Const MF_GRAYED = &H0001
  11. Global Const MF_DISABLED = &H0002
  12. Global Const MF_BITMAP = &H0004
  13. Global Const MF_CHECKED = &H0008
  14. Global Const MF_POPUP = &H0010
  15. Global Const MF_OWNERDRAW = &H0100
  16. Global Const MF_SYSMENU = &H2000
  17. Global Const MF_MOUSESELECT = &H8000
  18.  
  19.