Gets a ScriptEvent that matches a cursor appearing at the specified position.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Shared Function CursorAtPosition ( _
	row As Integer, _
	column As Integer _
) As ScriptEvent
C#
public static ScriptEvent CursorAtPosition(
	int row,
	int column
)

Parameters

row
Type: System..::..Int32
Row coordinate of the position.
column
Type: System..::..Int32
Column coordinate of the position.

Return Value

ScriptEvent that matches a cursor appearing at the specified position.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also