Enum
WindowPosition

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.

Declaration

cs-api-definition
Bottom = 0

Field Value

WindowPosition

NoTopMost

Places the window above all non-topmost windows but behind all topmost windows.

Declaration

cs-api-definition
NoTopMost = 1

Field Value

WindowPosition

Top

Places the window at the top of the Z order.

Declaration

cs-api-definition
Top = 2

Field Value

WindowPosition

TopMost

Places the window above all non-topmost windows. The window maintains its topmost position even when it is deactivated.

Declaration

cs-api-definition
TopMost = 3

Field Value

WindowPosition

In this article
DefinitionFieldsBottomNoTopMostTopTopMost
Not finding the help you need?
Contact Support