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

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

Syntax

Visual Basic
Public Shared Function TextAtPosition ( _
	text As String, _
	row As Integer, _
	column As Integer _
) As ScriptEvent
C#
public static ScriptEvent TextAtPosition(
	string text,
	int row,
	int column
)

Parameters

text
Type: System..::..String
String to match.
row
Type: System..::..Int32
Row of the string's first character.
column
Type: System..::..Int32
Column of the string's first character.

Return Value

ScriptEvent that matches the specified string appearing at specified position.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also