Versions Compared

Key

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

...

Gets a window status object.

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

Syntax

C#
public WindowStatus Status { get; }


Visual Basic (Declaration)
Public ReadOnly Property Status As WindowStatus


Visual C++
public:
virtual property WindowStatus Status {
	WindowStatus get () sealed;
}


JavaScript
function get_Status();

Field Value

The window status.

Implements

IWindow..::.Status

See Also


Window Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...