Click or drag to resize
Xcalibur Systems LLC Logo

WindowZOrderType Class

A handle to the window to precede the positioned window in the Z order.

SetWindowPos function

Inheritance Hierarchy
SystemObject
  Xcalibur.NativeMethods.V2.WindowsWindowZOrderType

Namespace: Xcalibur.NativeMethods.V2.Windows
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public static class WindowZOrderType

The WindowZOrderType type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberBottom Places the window at the bottom of the Z order. If the hWnd parameter identifies a topmost window, the window loses its topmost status and is placed at the bottom of all other windows.
Public fieldStatic memberNoTopMost Places the window above all non-topmost windows (that is, behind all topmost windows). This flag has no effect if the window is already a non-topmost window.
Public fieldStatic memberTop Places the window at the top of the Z order.
Public fieldStatic memberTopMost Places the window above all non-topmost windows. The window maintains its topmost position even when it is deactivated.
Top
See Also