home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / mnuevent / flags.txt < prev    next >
Text File  |  1993-10-20  |  522b  |  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.