Click or drag to resize
weroSoft AG, Software
WindowInsertAfter Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the z-order on windows positioning.

Namespace:  WeroSoft.PlatformInvoke
Assembly:  WeroSoft.PlatformInvoke.Library (in WeroSoft.PlatformInvoke.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum WindowInsertAfter
Members
  Member nameValueDescription
NoTopMost-2 Sets the window to be not top most.
TopMost-1 Sets the window to be top most.
Top0 Sets the window to stay on top.
Bottom1 Sets the window to be on bottom.
See Also