Beispiel #1
0
 public static void SetWindowPlacement(Form form, WindowPlacement placement)
 {
     SetWindowPlacement(form.Handle, ref placement);
     CheckLastError();
 }
Beispiel #2
0
 private static extern bool SetWindowPlacement(IntPtr hWnd, [In] ref WindowPlacement lpwndpl);