PositionToCursor Method
Converts a 1-based presentation space position to a row/column position, based on the size of the specified session's presentation space.
Namespace: Â JollyGiant.Emulation
Assembly: Â JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
ScreenPosition PositionToCursor( Object sessionID, int position ) |
Visual Basic (Declaration) |
---|
Function PositionToCursor ( _ sessionID As Object, _ position As Integer _ ) As ScreenPosition |
Visual C++ |
---|
ScreenPosition PositionToCursor( Object^ sessionID, int position ) |
JavaScript |
---|
function PositionToCursor(sessionID, position); |
Parameters
sessionID
Type: System..Object
The sessionID.
position
Type: System..Int32
The position.
Return Value
The presentation space position as a row/column position.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentOutOfRangeException | The specified presentation space position position is less than 1, or the position is outside of the presentation space. |
See Also
IQWS3270 Interface
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.