/
Screen_Class

Screen_Class


Implements the IScreen interface.

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

Syntax

Visual Basic (Declaration)
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
Public Class Screen _
	Implements IScreen
Visual C++
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[ComVisibleAttribute(true)]
public ref class Screen : IScreen
JavaScript
JollyGiant.Emulation.Screen = function();

Type.createClass(
	'JollyGiant.Emulation.Screen',
	null,
	JollyGiant.Emulation.IScreen);

Inheritance Hierarchy


System..::.Object
  JollyGiant.Emulation..::.Screen

See Also


Screen Members
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



Related content

Screen Class
More like this
QWS3270.Screen Property
QWS3270.Screen Property
More like this
QWS3270.Screen_Property
QWS3270.Screen_Property
More like this
IScreen Interface
IScreen Interface
More like this
IScreen_Interface
IScreen_Interface
More like this
Window_Class
More like this