Esempio n. 1
0
 public static extern bool SetMenuItemBitmaps(IntPtr hMenu, uint uPosition, MFMENU uFlags,
     IntPtr hBitmapUnchecked, IntPtr hBitmapChecked);
Esempio n. 2
0
 public static bool SetMenuItemBitmaps(IntPtr hMenu, uint uPosition, MFMENU uFlags,
     IntPtr hBitmapUnchecked, IntPtr hBitmapChecked)
 {
     return false;
 }
Esempio n. 3
0
 public static extern bool InsertMenu(IntPtr hmenu, uint position, MFMENU uflags, IntPtr uIDNewItemOrSubmenu, string text);
 public static extern bool SetMenuItemBitmaps(IntPtr hMenu, uint uPosition, MFMENU uFlags,
                                              IntPtr hBitmapUnchecked, IntPtr hBitmapChecked);
Esempio n. 5
0
 public static bool InsertMenu(IntPtr hmenu, uint position, MFMENU uflags, IntPtr uIDNewItemOrSubmenu, string text)
 {
     return false;
 }
 public static bool SetMenuItemBitmaps(IntPtr hMenu, uint uPosition, MFMENU uFlags,
                                       IntPtr hBitmapUnchecked, IntPtr hBitmapChecked)
 {
     return(false);
 }
 public static extern bool InsertMenu(IntPtr hmenu, uint position, MFMENU uflags, IntPtr uIDNewItemOrSubmenu, string text);
Esempio n. 8
0
 public static extern int SetMenuItemBitmaps(HMenu hmenu, int nPosition, MFMENU uflags, IntPtr hBitmapUnchecked, IntPtr hBitmapChecked);
 public static bool InsertMenu(IntPtr hmenu, uint position, MFMENU uflags, IntPtr uIDNewItemOrSubmenu, string text)
 {
     return(false);
 }
Esempio n. 10
0
 public static extern bool AppendMenu(HMenu hmenu, MFMENU uflags, IntPtr uIDNewItemOrSubmenu, string text);
Esempio n. 11
0
 public static extern int SetMenuItemBitmaps(HMenu hmenu, int nPosition, MFMENU uflags, IntPtr hBitmapUnchecked, IntPtr hBitmapChecked);
Esempio n. 12
0
 public static extern bool AppendMenu(HMenu hmenu, MFMENU uflags, IntPtr uIDNewItemOrSubmenu, string text);
Esempio n. 13
0
 internal static extern bool InsertMenu(HMenu hmenu, int position, MFMENU uflags, IntPtr uIDNewItemOrSubmenu, string text);
Esempio n. 14
0
 internal static extern bool InsertMenu(HMenu hmenu, int position, MFMENU uflags, IntPtr uIDNewItemOrSubmenu, string text);