Class SystemColors

SystemColors class

Each property of the SystemColors class is a Color structure that is the color of a Windows display element.

public sealed class SystemColors

Properties

NameDescription
static ActiveBorder { get; }Gets a Color structure that is the color of the active window’s border.
static ActiveCaption { get; }Gets a Color structure that is the color of the background of the active window’s title bar.
static ActiveCaptionText { get; }Gets a Color structure that is the color of the text in the active window’s title bar.
static AppWorkspace { get; }Gets a Color structure that is the color of the application workspace.
static ButtonFace { get; }Gets a Color structure that is the face color of a 3-D element.
static ButtonHighlight { get; }Gets a Color structure that is the highlight color of a 3-D element.
static ButtonShadow { get; }Gets a Color structure that is the shadow color of a 3-D element.
static Control { get; }Gets a Color structure that is the face color of a 3-D element.
static ControlDark { get; }Gets a Color structure that is the shadow color of a 3-D element.
static ControlDarkDark { get; }Gets a Color structure that is the dark shadow color of a 3-D element.
static ControlLight { get; }Gets a Color structure that is the light color of a 3-D element.
static ControlLightLight { get; }Gets a Color structure that is the highlight color of a 3-D element.
static ControlText { get; }Gets a Color structure that is the color of text in a 3-D element.
static Desktop { get; }Gets a Color structure that is the color of the desktop.
static GradientActiveCaption { get; }Gets a Color structure that is the lightest color in the color gradient of an active window’s title bar.
static GradientInactiveCaption { get; }Gets a Color structure that is the lightest color in the color gradient of an inactive window’s title bar.
static GrayText { get; }Gets a Color structure that is the color of dimmed text.
static Highlight { get; }Gets a Color structure that is the color of the background of selected items.
static HighlightText { get; }Gets a Color structure that is the color of the text of selected items.
static HotTrack { get; }Gets a Color structure that is the color used to designate a hot-tracked item.
static InactiveBorder { get; }Gets a Color structure that is the color of an inactive window’s border.
static InactiveCaption { get; }Gets a Color structure that is the color of the background of an inactive window’s title bar.
static InactiveCaptionText { get; }Gets a Color structure that is the color of the text in an inactive window’s title bar.
static Info { get; }Gets a Color structure that is the color of the background of a ToolTip.
static InfoText { get; }Gets a Color structure that is the color of the text of a ToolTip.
static Menu { get; }Gets a Color structure that is the color of a menu’s background.
static MenuBar { get; }Gets a Color structure that is the color of the background of a menu bar.
static MenuHighlight { get; }Gets a Color structure that is the color used to highlight menu items when the menu appears as a flat menu.
static MenuText { get; }Gets a Color structure that is the color of a menu’s text.
static ScrollBar { get; }Gets a Color structure that is the color of the background of a scroll bar.
static Window { get; }Gets a Color structure that is the color of the background in the client area of a window.
static WindowFrame { get; }Gets a Color structure that is the color of a window frame.
static WindowText { get; }Gets a Color structure that is the color of the text in the client area of a window.

See Also