WinStat Enumeration
Flags for the Window status methods
Namespace: Â JollyGiant.Emulation
Assembly: Â JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[FlagsAttribute] [ComVisibleAttribute(true)] public enum WinStat |
Visual Basic (Declaration) |
---|
<FlagsAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration WinStat |
Visual C++ |
---|
[FlagsAttribute] [ComVisibleAttribute(true)] public enum class WinStat |
JavaScript |
---|
JollyGiant.Emulation.WinStat = function(); JollyGiant.Emulation.WinStat.createEnum('JollyGiant.Emulation.WinStat', true); |
Members
Member name | Description | |
---|---|---|
Size | Change the window size (not valid with minimize, maximize, restore, or move). | |
Move | Change the window x or y position (not valid with minimize, maximize, size, or restore). | |
ZOrder | Specifies window z-order placement. Valid z-order values are specified in the ZOrder enumeration. | |
Show | Set the window to visible. | |
Hide | Set the window to invisible. | |
Activate | Activate the window. Use the _ZORDER placement if specified, otherwise set focus to the window and place it in the foreground. | |
Deactivate | Deactivate the window. Use the _ZORDER placement if specified, otherwise place it in the background. | |
Minimize | Set the window to minimized (not valid with maximize, restore, size, or move). | |
Maximize | Set the window to maximized (not valid with minimize, restore, size, or move). | |
Restore | Restore the window (not valid with maximize, minimize, size, or move). |
See Also
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.