/
Cursor Class
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); |
Inheritance Hierarchy
See Also
, multiple selections available,
Related content
Choosing a Printer
Choosing a Printer
More like this
Command Line Parameter Syntax
Command Line Parameter Syntax
More like this
Sample Command Line Parameter Entries
Sample Command Line Parameter Entries
More like this
What's New In This Version
What's New In This Version
More like this
Command Line Parameters
Command Line Parameters
More like this
How to use Command Line Parameters
How to use Command Line Parameters
More like this