EnumWindowPosition
Enum
Window position in the Z order.
Definition
Namespace:ArtOfTest.Common.Win32
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum WindowPosition
Fields
Bottom
Places the window at the bottom of the Z order.
NoTopMost
Places the window above all non-topmost windows but behind all topmost windows.
Top
Places the window at the top of the Z order.
TopMost
Places the window above all non-topmost windows. The window maintains its topmost position even when it is deactivated.