Console: WindowLeft (get)

WindowLeft

Returns the left coordinate of the console window within the screen buffer in character columns.



 Public Property Get WindowLeft ( ) As Long

Return Values

Long -  The console window left coordinate in character columns.

Remarks

The underlying screen buffer can be larger than the console window itself. In order to see other portions of the screen buffer, the window must scroll around the buffer. If the screen buffer is wider than the window itself, then the window must be scrolled horizontally to view the screen buffer.

Read/Write.

See Also

Project CorLib Overview

Class Console Overview