Ejemplo n.º 1
0
 internal static extern bool InsertMenu(MenuHandler hmenu, int position, MF_UFlags uflags, IntPtr uIDNewItemOrSubmenu, string text);
Ejemplo n.º 2
0
 internal static extern int SetMenuItemBitmaps(MenuHandler hmenu, int nPosition, MF_UFlags uflags, IntPtr hBitmapUnchecked, IntPtr hBitmapChecked);
Ejemplo n.º 3
0
 internal static extern bool AppendMenu(MenuHandler hmenu, MF_UFlags uflags, IntPtr uIDNewItemOrSubmenu, string text);