Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
MIIM (Structures)
.
C# Definition:
[Flags]
enum MIIM {
BITMAP = 0x00000080,
CHECKMARKS = 0x00000008,
DATA = 0x00000020,
FTYPE = 0x00000100,
ID = 0x00000002,
STATE = 0x00000001,
STRING = 0x00000040,
SUBMENU = 0x00000004,
TYPE = 0x00000010
}
VB Definition:
<Flags>
Enum MIIM
BITMAP = &H00000080
CHECKMARKS = &H00000008
DATA = &H00000020
FTYPE = &H00000100
ID = &H00000002
STATE = &H00000001
[STRING] = &H00000040
SUBMENU = &H00000004
TYPE = &H00000010
End Enum
Notes:
None.
The MENUITEMINFO structure contains information about a menu item.
5/11/2018 1:58:33 PM - NetMage-165.214.11.83
The MENUITEMINFO structure contains information about a menu item.
5/11/2018 1:58:33 PM - NetMage-165.214.11.83
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.