Cursor Class
Allows the user to retrieve or change the position of the QWS3270 text cursor.
Namespace: Â JollyGiant.Emulation
Assembly: Â JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[ComVisibleAttribute(false)] public class Cursor : ICursor |
Visual Basic (Declaration) |
---|
<ComVisibleAttribute(False)> _ Public Class Cursor _ Implements ICursor |
Visual C++ |
---|
[ComVisibleAttribute(false)] public ref class Cursor : ICursor |
JavaScript |
---|
JollyGiant.Emulation.Cursor = function(); Type.createClass( 'JollyGiant.Emulation.Cursor', null, JollyGiant.Emulation.ICursor); |