Method wnd.ZorderBelow
Overload
Places this window below window w in the Z order.
public bool ZorderBelow(wnd w, bool ownerToo = false)
Parameters
w (wnd)
Another window. If |
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.