ConsoleAttributes Methods

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ConsoleAttributes Methods

The methods of the ConsoleAttributes class are listed below. For a complete list of ConsoleAttributes class members, see the ConsoleAttributes Members topic.

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) Methods

ChangeCursorApplies the current cursor settings.

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