ConsoleAttributes Members

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ConsoleAttributes Members

Public Static (Shared) Properties

BackColorGets or sets the color of the console background.
CaptionGets or sets the caption of the console.
CursorVisibleGets or sets whether the cursor is visible or not.
CursorXGets or sets the current cursos position on the x axis in the console.
CursorYGets or sets the current cursos position on the y axis in the console.
EchoInputGets or sets whether the console must echo the input or not.
ForeColorGets or sets the color of the console font.
OvrModeGets or sets whether the cursor is in overwrite-mode or not.
WindowHeightGets the height (in characters) of the console window.
WindowWidthGets the width (in characters) of the console window.

Public Static (Shared) Methods

MoveCursorMoves the cursor to the specified location.

Internal Static (Shared) Methods

GetConsoleMode The GetConsoleMode function reports the current input mode of a console's input buffer or the current output mode of a console screen buffer.
GetConsoleScreenBufferInfo The GetConsoleScreenBufferInfo function retrieves information about the specified console screen buffer.
GetConsoleTitle The GetConsoleTitle function retrieves the title bar string for the current console window.
GetStdHandle The GetStdHandle function returns a handle for the standard input, standard output, or standard error device.
SetConsoleCursorInfo The SetConsoleCursorInfo function sets the size and visibility of the cursor for the specified console screen buffer.
SetConsoleCursorPosition The SetConsoleCursorPosition function sets the cursor position in the specified console screen buffer.
SetConsoleMode The SetConsoleMode function sets the input mode of a console's input buffer or the output mode of a console screen buffer.
SetConsoleTextAttribute The SetConsoleTextAttribute function sets the foreground (text) and background color attributes of characters written to the screen buffer by the WriteFile or WriteConsole function, or echoed by the ReadFile or ReadConsole function. This function affects only text written after the function call.
SetConsoleTitle The SetConsoleTitle function sets the title bar string for the current console window.

Private Static (Shared) Fields

BacgroundColors Lists all the possible background color values.
ENABLE_ECHO_INPUTCharacters read by the ReadFile or ReadConsole function are written to the active screen buffer as they are read. This mode can be used only if the ENABLE_LINE_INPUT mode is also enabled.
ForegroundColors Lists all the possible foreground color values.
m_BackColorHolds the backcolor of the console window.
m_CursorVisibleHolds the value of the CursorVisible property.
m_EchoInputHolds the value of the EchoInput property.
m_ForeColorHolds the forecolor of the console window.
m_OvrModeHolds the value of the OvrMode property.
STD_INPUT_HANDLEStandard input handle.
STD_OUTPUT_HANDLEStandard output handle.

Private Static (Shared) Methods

ChangeCursorApplies the current cursor settings.

Public Instance Constructors

Public Instance Methods

Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

ConsoleAttributes Class | Org.Mentalis.Utilities.ConsoleAttributes Namespace