Gets a ScriptEvent that matches the specified string appearing at the cursor line.

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

Syntax

Visual Basic
Public Shared Function TextOnCursorLine ( _
	text As String _
) As ScriptEvent
C#
public static ScriptEvent TextOnCursorLine(
	string text
)

Parameters

text
Type: System..::..String
Text to be matched.

Return Value

ScriptEvent that matches the specified string appearing at the cursor line.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also