home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Direkt 1995 #1
/
Image.iso
/
cdd
/
source
/
vbsource
/
menuev
/
flags.txt
< prev
next >
Wrap
Text File
|
1993-10-20
|
522b
|
19 lines
''''''''''''''''''''''''''''
' 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