Method wnd.ZorderAbove
Overload
Places this window above window w in the Z order.
public bool ZorderAbove(wnd w, bool ownerToo = false)
Parameters
w (wnd)
Another window. |
ownerToo (bool)
Place owner windows below this window. If |
Returns
Remarks
This window and w can be both top-level windows or both controls of same parent. Can make this window topmost or non-topmost, depending on where w is in the Z order. Also affects owned and owner windows, but does not make them topmost/non-topmost if not necessary. Uses API SetWindowPos. Supports lastError.