ScriptEvent.TextOnCursorLine Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
TextOnCursorLine(String)
Gets a ScriptEvent that matches the specified string appearing at the cursor line.
Declaration
public static ScriptEvent TextOnCursorLine(string text)
Parameters
Type | Name | Description |
---|---|---|
String | text | Text to be matched. |
Returns
Type | Description |
---|---|
ScriptEvent | ScriptEvent that matches the specified string appearing at the cursor line. |