SystemColors

SystemColors class

Class that provide a set of precreated Color objects that represent colors of Windows display elements. This is a static type with no instance services. You should never create instances of it by any means.

class SystemColors

Methods

MethodDescription
static Color get_ActiveBorder()Returns a Color object that represents the color of the active window’s border.
static Color get_ActiveCaption()Returns a Color object that represents the color of the background of the active window’s title bar.
static Color get_ActiveCaptionText()Returns a Color object that represents the color of the text in the title bar of the active window.
static Color get_AppWorkspace()Returns a Color object that represents the color of the application workspace.
static Color get_ButtonFace()Returns a Color object that represents the face color of a 3-Dimensional element.
static Color get_ButtonHighlight()Returns a Color object that represents the highlight color of a 3-Dimensional element.
static Color get_ButtonShadow()Returns a Color object that represents the color of the shadow of a 3-Dimensional element.
static Color get_Control()Returns a Color object that represents the color of the face of a 3-Dimensional element.
static Color get_ControlDark()Returns a Color object that represents the color of the shadow of a 3-Dimensional element.
static Color get_ControlDarkDark()Returns a Color object that represents the color of the dark shadow of a 3-Dimensional element.
static Color get_ControlLight()Returns a Color object that represents the color of the light of a 3-Dimensional element.
static Color get_ControlLightLight()Returns a Color object that represents the color of the highlight of a 3-Dimensional element.
static Color get_ControlText()Returns a Color object that represents the color of text in a 3-Dimensional element.
static Color get_Desktop()Returns a Color object that represents the color of the desktop.
static Color get_GradientActiveCaption()Returns a Color object that represents the lightest color in the color gradient of the title bar of an active window.
static Color get_GradientInactiveCaption()Returns a Color object that represents the lightest color in the color gradient of the title bar of an inactive window.
static Color get_GrayText()Returns a Color object that represents the color of dimmed text.
static Color get_Highlight()Returns a Color object that represents the seleceted items’ background color.
static Color get_HighlightText()Returns a Color object that represents the color of the text of selected items.
static Color get_HotTrack()Returns a Color object that represents the color of a hot-tracked item.
static Color get_InactiveBorder()Returns a Color object that represents the color of the border of an inactive window.
static Color get_InactiveCaption()Returns a Color object that represents the color of the background of an inactive window’s title bar.
static Color get_InactiveCaptionText()Returns a Color object that represents the color of the text in an inactive window’s title bar.
static Color get_Info()Returns a Color object that represents the color of the ToolTip’s background.
static Color get_InfoText()Returns a Color object that represents the color of the text of a ToolTip.
static Color get_Menu()Returns a Color object that represents the color of the background of a menu.
static Color get_MenuBar()Returns a Color object that represents the color of the menu bar’s background.
static Color get_MenuHighlight()Returns a Color object that represents the color used to highlight menu items when the menu appears as a flat menu.
static Color get_MenuText()Returns a Color object that represents the color of text in a menu.
static Color get_ScrollBar()Returns a Color object that represents the color of the background of a scroll bar.
static Color get_Window()Returns a Color object that represents the color of the background in the client area of a window.
static Color get_WindowFrame()Returns a Color object that represents the color of a window frame.
static Color get_WindowText()Returns a Color object that represents the color of the text in the client area of a window.

See Also