public interface SystemColorName
Specifies the name of a system color in a cascading stylesheet.
All names are given in lower case. System color names are not case sensitive.
References:
- CSS Color Module Level 4, System Color
- w3.org/
-
Field Summary
FieldsModifier and TypeFieldDescriptionActive window border.Active window caption.Background color of multiple document interface.Desktop background.The color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border.The color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border.Text in caption, size box, and scrollbar arrow box.Inactive window border.Inactive window caption.Color of text in an inactive caption.Background color for tooltip controls.Text color for tooltip controls.Menu background.Text in menus.Scroll bar gray area.The color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.The face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border.The color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.The color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.Window background.Window frame.Text in windows.
-
Field Details
-
CANVAS
- See Also:
-
CANVAS_TEXT
- See Also:
-
LINK_TEXT
- See Also:
-
VISITED_TEXT
- See Also:
-
ACTIVE_TEXT
- See Also:
-
BUTTON_FACE
- See Also:
-
BUTTON_TEXT
- See Also:
-
BUTTON_BORDER
- See Also:
-
FIELD
- See Also:
-
FIELD_TEXT
- See Also:
-
HIGHLIGHT
- See Also:
-
HIGHLIGHT_TEXT
- See Also:
-
MARK
- See Also:
-
MARK_TEXT
- See Also:
-
GRAY_TEXT
- See Also:
-
ACTIVE_BORDER
Active window border. Same as ButtonBorder.- See Also:
-
ACTIVE_CAPTION
Active window caption. Same as CanvasText.- See Also:
-
APP_WORKSPACE
Background color of multiple document interface. Same as Canvas.- See Also:
-
BACKGROUND
Desktop background. Same as Canvas.- See Also:
-
BUTTON_HIGHLIGHT
The color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border. Same as ButtonFace.- See Also:
-
BUTTON_SHADOW
The color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border. Same as ButtonFace.- See Also:
-
CAPTION_TEXT
Text in caption, size box, and scrollbar arrow box. Same as CanvasText.- See Also:
-
INACTIVE_BORDER
Inactive window border. Same as ButtonBorder.- See Also:
-
INACTIVE_CAPTION
Inactive window caption. Same as Canvas.- See Also:
-
INACTIVE_CAPTION_TEXT
Color of text in an inactive caption. Same as GrayText.- See Also:
-
INFO_BACKGROUND
Background color for tooltip controls. Same as Canvas.- See Also:
-
INFO_TEXT
Text color for tooltip controls. Same as CanvasText.- See Also:
-
MENU
Menu background. Same as Canvas.- See Also:
-
MENU_TEXT
Text in menus. Same as CanvasText.- See Also:
-
SCROLLBAR
Scroll bar gray area. Same as Canvas.- See Also:
-
THREE_D_DARK_SHADOW
The color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.- See Also:
-
THREE_D_FACE
The face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonFace.- See Also:
-
THREE_D_HIGHLIGHT
The color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.- See Also:
-
THREE_D_LIGHT_SHADOW
The color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.- See Also:
-
THREE_D_SHADOW
The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.- See Also:
-
WINDOW
Window background. Same as Canvas.- See Also:
-
WINDOW_FRAME
Window frame. Same as ButtonBorder.- See Also:
-
WINDOW_TEXT
Text in windows. Same as CanvasText.- See Also:
-