public bool PlaceBelow(WindowHandler wnd)
 {
     return User32.SetWindowPos(Handle, wnd.Handle, 0, 0, 0, 0, SetWindowPositionFlags.NoMove | SetWindowPositionFlags.NoSize);
 }
Beispiel #2
0
 public bool PlaceBelow(WindowHandler wnd)
 {
     return(User32.SetWindowPos(Handle, wnd.Handle, 0, 0, 0, 0, SetWindowPositionFlags.NoMove | SetWindowPositionFlags.NoSize));
 }