| BackgroundColor (get) |
Returns the current background color.
|
| BackgroundColor (let) |
Sets the background color.
|
| Break (get) |
Returns if a break has been caused.
|
| Break (let) |
Sets the break flag.
|
| BreakType (get) |
Returns the cause of the break event in the console
|
| BufferHeight (get) |
Returns the current height of the underlying screen buffer in characters.
|
| BufferHeight (let) |
Sets the height of the underlying screen buffer in characters.
|
| BufferWidth (get) |
Returns the current width of the underlying screen buffer in characters.
|
| BufferWidth (let) |
Sets the width of the underlying screen buffer in characters.
|
| CapsLock (get) |
Returns the state of the Caps-Lock key.
|
| CursorLeft (get) |
Returns the left coordinate of the cursor position.
|
| CursorLeft (let) |
Sets the left coordinate of the cursor position.
|
| CursorSize (get) |
Returns the size (height) of the cursor.
|
| CursorSize (let) |
Sets the size (height) of the cursor.
|
| CursorTop (get) |
Returns the top coordinate of the cursor position.
|
| CursorTop (let) |
Sets the top coordinate for the cursor position
|
| CursorVisible (get) |
Returns whether or not the cursor is currently invisible.
|
| CursorVisible (let) |
Sets if the cursor is visible or not.
|
| Error (get) |
Returns the Error output currently being used by the Console.
|
| ForegroundColor (get) |
Returns the current foreground color.
|
| ForegroundColor (let) |
Sets the foreground color.
|
| In_ (get) |
Returns the input source currently used by the Console.
|
| InputEncoding (get) |
Returns the encoding used for the input from the console.
|
| InputEncoding (set) |
Sets the encoding used during input from the console.
|
| KeyAvailable (get) |
Returns if a key has been pressed and is available to be
read in using one of the read methods.
|
| largestWindowHeight (get) |
Returns the largest height the viewable window could be set to.
|
| LargestWindowWidth (get) |
Returns the largest width the viewable window could be set to.
|
| NumLock (get) |
Returns the state of the Num-Lock key.
|
| Out (get) |
Returns the output writer currently being used by the Console.
|
| OutputEncoding (get) |
Returns the encoding for the current console output.
|
| OutputEncoding (set) |
Sets the encoding for the console output.
|
| Title (get) |
Returns the console title of the current process.
|
| Title (let) |
Sets the title for the console of the current process.
|
| TreatControlCAsInput (get) |
Returns if the Control+C combination is managed by the system or returned as keyboard input.
|
| TreatControlCAsInput (let) |
Sets if the Control+C combination is managed by the system or returned as keyboard input.
|
| WindowHeight (get) |
Returns the height of the viewable window in the screen buffer.
|
| WindowHeight (let) |
Sets the height of the viewable window in the screen buffer.
|
| WindowLeft (get) |
Returns the left coordinate of the console window within the screen buffer
in character columns.
|
| WindowLeft (let) |
Sets the left coordinate of the console window within the screen buffer
in character columns.
|
| WindowTop (get) |
Returns the top of the viewable window within the screen buffer.
|
| WindowTop (let) |
Sets the top of the viewable windwo within the screen buffer.
|
| WindowWidth (get) |
Returns the width of the window in characters.
|
| WindowWidth (let) |
Sets the width of the viewable window within the screen buffer.
|