TerminalControl.SetSelection Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9119)
SetSelection(Int32, Int32, Int32, Int32)
Sets selection area.
Declaration
public void SetSelection(int startColumn, int startRow, int endColumn, int endRow)
Parameters
Type | Name | Description |
---|---|---|
Int32 | startColumn | Start column. |
Int32 | startRow | Start row. |
Int32 | endColumn | End column. |
Int32 | endRow | End row. |