/
GetCursorPosition Method
GetCursorPosition Method
Gets the cursor position for the currently connected session.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
StatusCode GetCursorPosition( out int row, out int column ) |
Visual Basic (Declaration) |
---|
Function GetCursorPosition ( _ <OutAttribute> ByRef row As Integer, _ <OutAttribute> ByRef column As Integer _ ) As StatusCode |
Visual C++ |
---|
StatusCode GetCursorPosition( [OutAttribute] int% row, [OutAttribute] int% column ) |
JavaScript |
---|
function GetCursorPosition(row, column); |
Parameters
row
Type: System..Int32
The row the cursor is in.
column
Type: System..Int32
The column the cursor is in.
Return Value
The StatusCode indicating the result of the operation.
This can be one of the following values:
Status code | Description |
---|---|
WHLLOK | The cursor position was successfully retrieved. |
WHLLNOTCONNECTED | Your application is not currently connected to a session. |
WHLLSYSERROR | The method failed due to a system error. |
See Also
IQWS3270 Interface
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.
, multiple selections available,
Related content
Command Line Parameter Syntax
Command Line Parameter Syntax
More like this
Sample Command Line Parameter Entries
Sample Command Line Parameter Entries
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
Choosing a Printer
Choosing a Printer
More like this
What's New In This Version
What's New In This Version
More like this