Scroll up by the specified number of rows.
Namespace:
Rebex.TerminalEmulation.Interop
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Sub Scroll ( _ rows As Integer _ ) |
| C# |
|---|
void Scroll( int rows ) |
Parameters
- rows
- Type: System..::..Int32