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_INPUT | Characters 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_BackColor | Holds the backcolor of the console window. |
m_CursorVisible | Holds the value of the CursorVisible property. |
m_EchoInput | Holds the value of the EchoInput property. |
m_ForeColor | Holds the forecolor of the console window. |
m_OvrMode | Holds the value of the OvrMode property. |
STD_INPUT_HANDLE | Standard input handle. |
STD_OUTPUT_HANDLE | Standard output handle. |
See Also
ConsoleAttributes Class | Org.Mentalis.Utilities.ConsoleAttributes Namespace