Gets a ScriptEvent that matches a cursor appearing in the specified area.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Shared Function CursorInArea ( _ row As Integer, _ column As Integer, _ width As Integer, _ height As Integer _ ) As ScriptEvent |
C# |
---|
public static ScriptEvent CursorInArea( int row, int column, int width, int height ) |
Parameters
- row
- Type: System..::..Int32
Row of the top left corner of the area.
- column
- Type: System..::..Int32
Column of the top lef corner of the area.
- width
- Type: System..::..Int32
Area width.
- height
- Type: System..::..Int32
Area height.