Skip to main content

SystemColors Enum

Defines system color constants that correspond to standard Windows system colors.

Declaration

public enum SystemColors extends Enum<SystemColors> implements IIntEnum

Members

Name Description
ACTIVE_BORDER

ActiveBorder

ACTIVE_CAPTION

ActiveCaption

APP_WORKSPACE

AppWorkspace

BACKGROUND

Background

BUTTON_FACE

ButtonFace

BUTTON_HIGHLIGHT

ButtonHighlight

BUTTON_SHADOW

ButtonShadow

BUTTON_TEXT

ButtonText

CAPTION_TEXT

CaptionText

DARK_SHADOW_3_D

DarkShadow3D

EMPTY

Empty

GRADIENT_ACTIVE_CAPTION

GradientActiveCaption

GRADIENT_INACTIVE_CAPTION

GradientInactiveCaption

GRAY_TEXT

GrayText

HIGHLIGHT

Highlight

HIGHLIGHT_TEXT

HighlightText

HOT_LIGHT

HotLight

INACTIVE_BORDER

InactiveBorder

INACTIVE_CAPTION

InactiveCaption

INACTIVE_CAPTION_TEXT

InactiveCaptionText

INFO_BACKGROUND

InfoBackground

INFO_TEXT

InfoText

LIGHT_3_D

Light3D

MENU

Menu

MENU_BAR

MenuBar

MENU_HIGHLIGHT

MenuHighlight

MENU_TEXT

MenuText

SCROLL_BAR

ScrollBar

WINDOW

Window

WINDOW_FRAME

WindowFrame

WINDOW_TEXT

WindowText

fromValue(int value)

Converts an integer value to the corresponding SystemColors constant.

getName()

Returns the name of this SystemColors constant.

getValue()

Returns the integer value of this SystemColors constant.

toString()

Returns a string representation of this SystemColors constant.

valueOf(String name)

Returns the SystemColors constant with the specified name.

values()

Returns an array that contains all SystemColors constants.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
SystemColors