ScriptEvent.TextAtPosition Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
TextAtPosition(String, Int32, Int32)
Gets a ScriptEvent that matches the specified string appearing at the specified position.
Declaration
public static ScriptEvent TextAtPosition(string text, int row, int column)
Parameters
Type | Name | Description |
---|---|---|
String | text | String to match. |
Int32 | row | Row of the string's first character. |
Int32 | column | Column of the string's first character. |
Returns
Type | Description |
---|---|
ScriptEvent | ScriptEvent that matches the specified string appearing at specified position. |