Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gets or sets 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)

...

C#
[ComVisibleAttribute(false)]
ScreenPosition CursorPosition { get; set; }

...

Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
Property CursorPosition As ScreenPosition


Visual C++
[ComVisibleAttribute(false)]
property ScreenPosition CursorPosition {
	ScreenPosition get ();
	void set (ScreenPosition value);
}


JavaScript
function get_CursorPosition();
function set_CursorPosition(value);

See Also


IQWS3270 Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...