_DrawMenuBar() private method

private _DrawMenuBar ( IntPtr hWnd ) : bool
hWnd System.IntPtr
return bool
Beispiel #1
0
 public static void DrawMenuBar(IntPtr hWnd)
 {
     if (!NativeMethods._DrawMenuBar(hWnd))
     {
         throw new Win32Exception();
     }
 }