Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Valid values for Z-order for WinStat methods

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[ComVisibleAttribute(true)]
public enum ZOrder


Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
Public Enumeration ZOrder


Visual C++
[ComVisibleAttribute(true)]
public enum class ZOrder


JavaScript
JollyGiant.Emulation.ZOrder = function();
JollyGiant.Emulation.ZOrder.createEnum('JollyGiant.Emulation.ZOrder', false);

Members


Member nameDescription

Front

Bring window to the top of Z-order


Back

Send window to the bottom of Z-order

See Also


JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...