Click or drag to resize

Console Properties

X#

The Console type exposes the following members.

Properties
  NameDescription
Public propertyCursorPos
The current cursor position as a ConsoleCoord object.
Public propertyCursorSize
An integer specifying the current cursor size.
Public propertyCursorVisible
A logic controlling the cursor's visibility.
Public propertySize
The size of the console as a ConsoleCoord object.
Public propertyTextAttribute
A word specifying the current text attributes.
Public propertyTitle
A string specifying the console application's caption.
Top
See Also