ConsoleAttributes Fields

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ConsoleAttributes Fields

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

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.

See Also

ConsoleAttributes Class | Org.Mentalis.Utilities.ConsoleAttributes Namespace