Version

SystemColorType Enumeration

Represents the various system colors.
Syntax
'Declaration
 
Public Enum SystemColorType 
   Inherits System.Enum
public enum SystemColorType : System.Enum 
Members
MemberDescription
ActiveBorderThe ActiveBorder system color.
ActiveCaptionThe ActiveCaption system color.
ActiveCaptionTextThe ActiveCaptionText system color.
AppWorkspaceThe AppWorkspace system color.
ControlThe Control system color.
ControlDarkThe ControlDark system color.
ControlDarkDarkThe ControlDarkDark system color.
ControlLightThe ControlLight system color.
ControlLightLightThe ControlLightLight system color.
ControlTextThe ControlText system color.
DesktopThe Desktop system color.
GradientActiveCaptionThe GradientActiveCaption system color.
GradientInactiveCaptionThe GradientInactiveCaption system color.
GrayTextThe GrayText system color.
HighlightThe Highlight system color.
HighlightTextThe HighlightText system color.
HotTrackThe HotTrack system color.
InactiveBorderThe InactiveBorder system color.
InactiveCaptionThe InactiveCaption system color.
InactiveCaptionTextThe InactiveCaptionText system color.
InfoThe Info system color.
InfoTextThe InfoText system color.
MenuThe Menu system color.
MenuBarThe MenuBar system color.
MenuHighlightThe MenuHighlight system color.
MenuTextThe MenuText system color.
ScrollBarThe ScrollBar system color.
WindowThe Window system color.
WindowFrameThe WindowFrame system color.
WindowTextThe WindowText system color.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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