Specifies the terminal color mode.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Enumeration ColorScheme
C#
public enum ColorScheme

Members

Member nameDescription
Supported by the .NET Compact FrameworkColor
The terminal is using color.
Supported by the .NET Compact FrameworkMonochrome
The terminal is monochrome.
Supported by the .NET Compact FrameworkCustom
The terminal uses custom colors. Use SetColorIndex(SchemeColorName, Int32) and GetColorIndex(SchemeColorName) to control these.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also