Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

Syntax

C#
[ComVisibleAttribute(false)]
public ScreenPosition CursorPosition { get; set; }
Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
Public Property CursorPosition As ScreenPosition
Visual C++
[ComVisibleAttribute(false)]
public:
virtual property ScreenPosition CursorPosition {
	ScreenPosition get () sealed;
	void set (ScreenPosition value) sealed;
}
JavaScript
function get_CursorPosition();
function set_CursorPosition(value);

Field Value

The position of the screen cursor.

Implements

IQWS3270..::.CursorPosition

See Also


QWS3270 Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.


  • No labels