Version

SystemColor Enumeration

Enumeration of windows system colors.
Syntax
'Declaration
 
Public Enum SystemColor 
   Inherits System.Enum
public enum SystemColor : System.Enum 
Members
MemberDescription
ActiveBorderThe color of the active window's border
ActiveCaptionThe color of the background of the active window's title bar.
ActiveCaptionTextThe color of the text in the active window's title bar.
AppWorkspaceThe color of the application workspace. The application workspace is the area in a multiple-document view that is not being occupied by documents.
ControlThe face color of a 3-D element.
ControlDarkThe shadow color of a 3-D element. The shadow color is applied to parts of a 3-D element that face away from the light source.
ControlDarkDarkThe dark shadow color of a 3-D element. The dark shadow color is applied to the parts of a 3-D element that are the darkest color.
ControlLightThe light color of a 3-D element. The light color is applied to parts of a 3-D element that face the light source.
ControlLightLightThe highlight color of a 3-D element. The highlight color is applied to the parts of a 3-D element that are the lightest color.
ControlTextThe color of text in a 3-D element.
DesktopThe color of the desktop.
GrayTextThe color of dimmed text. Items in a list that are disabled are displayed in dimmed text.
HighlightThe color of the background of selected items. This includes selected menu items as well as selected text.
HighlightTextThe color of the text of selected items.
HotTrackThe color used to designate a hot-tracked item.
InactiveBorderThe color of an inactive window's border.
InactiveCaptionThe color of the background of an inactive window's title bar.
InactiveCaptionTextThe color of the text in an inactive window's title bar.
InfoThe color of the background of a ToolTip.
InfoTextThe color of the text of a ToolTip.
MenuThe color of a menu's background.
MenuTextThe color of a menu's text.
ScrollBarThe color of the background of a scroll bar.
WindowThe color of the background in the client area of a window.
WindowFrameThe color of a window frame.
WindowTextThe color of the text in the client area of a window.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also