Console Properties (Typed) |
The Console type exposes the following members.
Name | Description | |
---|---|---|
CursorPos |
The current cursor position as a ConsoleCoord object.
| |
CursorSize |
An integer specifying the current cursor size.
| |
CursorVisible |
A logic controlling the cursor's visibility.
| |
Size |
The size of the console as a ConsoleCoord object.
| |
TextAttribute |
A word specifying the current text attributes.
| |
Title |
A string specifying the console application's caption.
|