Versions Compared

Key

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

Flags for the Window status methods

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

...

Members


Member nameDescription

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

...