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.