public final class SystemColors extends Object
Each property of the SystemColors class is a Color structure
that is the color of a Windows display element.
| Modifier and Type | Method and Description |
|---|---|
static Color |
getActiveBorder()
Gets a
Color structure that is the color of the active window's border. |
static Color |
getActiveCaption()
Gets a
Color structure that is the color of the background of the active window's title bar. |
static Color |
getActiveCaptionText()
Gets a
Color structure that is the color of the text in the active window's title bar. |
static Color |
getAppWorkspace()
Gets a
Color structure that is the color of the application workspace. |
static Color |
getButtonFace()
Gets a
Color structure that is the face color of a 3-D element. |
static Color |
getButtonHighlight()
Gets a
Color structure that is the highlight color of a 3-D element. |
static Color |
getButtonShadow()
Gets a
Color structure that is the shadow color of a 3-D element. |
static Color |
getControl()
Gets a
Color structure that is the face color of a 3-D element. |
static Color |
getControlDark()
Gets a
Color structure that is the shadow color of a 3-D element. |
static Color |
getControlDarkDark()
Gets a
Color structure that is the dark shadow color of a 3-D element. |
static Color |
getControlLight()
Gets a
Color structure that is the light color of a 3-D element. |
static Color |
getControlLightLight()
Gets a
Color structure that is the highlight color of a 3-D element. |
static Color |
getControlText()
Gets a
Color structure that is the color of text in a 3-D element. |
static Color |
getDesktop()
Gets a
Color structure that is the color of the desktop. |
static Color |
getGradientActiveCaption()
Gets a
Color structure that is the lightest color in the color gradient of an active window's title bar. |
static Color |
getGradientInactiveCaption()
Gets a
Color structure that is the lightest color in the color gradient of an inactive window's title bar. |
static Color |
getGrayText()
Gets a
Color structure that is the color of dimmed text. |
static Color |
getHighlight()
Gets a
Color structure that is the color of the background of selected items. |
static Color |
getHighlightText()
Gets a
Color structure that is the color of the text of selected items. |
static Color |
getHotTrack()
Gets a
Color structure that is the color used to designate a hot-tracked item. |
static Color |
getInactiveBorder()
Gets a
Color structure that is the color of an inactive window's border. |
static Color |
getInactiveCaption()
Gets a
Color structure that is the color of the background of an inactive window's title bar. |
static Color |
getInactiveCaptionText()
Gets a
Color structure that is the color of the text in an inactive window's title bar. |
static Color |
getInfo()
Gets a
Color structure that is the color of the background of a ToolTip. |
static Color |
getInfoText()
Gets a
Color structure that is the color of the text of a ToolTip. |
static Color |
getMenu()
Gets a
Color structure that is the color of a menu's background. |
static Color |
getMenuBar()
Gets a
Color structure that is the color of the background of a menu bar. |
static Color |
getMenuHighlight()
Gets a
Color structure that is the color used to highlight menu items when the menu appears as a flat menu. |
static Color |
getMenuText()
Gets a
Color structure that is the color of a menu's text. |
static Color |
getScrollBar()
Gets a
Color structure that is the color of the background of a scroll bar. |
static Color |
getWindow()
Gets a
Color structure that is the color of the background in the client area of a window. |
static Color |
getWindowFrame()
Gets a
Color structure that is the color of a window frame. |
static Color |
getWindowText()
Gets a
Color structure that is the color of the text in the client area of a window. |
public static Color getActiveBorder()
Gets a Color structure that is the color of the active window's border.
Color structure that is the color of the active window's border.public static Color getActiveCaption()
Gets a Color structure that is the color of the background of the active window's title bar.
Color structure that is the color of the background of the active window's title bar.public static Color getActiveCaptionText()
Gets a Color structure that is the color of the text in the active window's title bar.
Color structure that is the color of the text in the active window's title bar.public static Color getAppWorkspace()
Gets a Color structure that is the color of the application workspace.
Color structure that is the color of the application workspace.public static Color getButtonFace()
Gets a Color structure that is the face color of a 3-D element.
Color structure that is the face color of a 3-D element.public static Color getButtonHighlight()
Gets a Color structure that is the highlight color of a 3-D element.
Color structure that is the highlight color of a 3-D element.public static Color getButtonShadow()
Gets a Color structure that is the shadow color of a 3-D element.
Color structure that is the shadow color of a 3-D element.public static Color getControl()
Gets a Color structure that is the face color of a 3-D element.
Color structure that is the face color of a 3-D element.public static Color getControlDark()
Gets a Color structure that is the shadow color of a 3-D element.
Color structure that is the shadow color of a 3-D element.public static Color getControlDarkDark()
Gets a Color structure that is the dark shadow color of a 3-D element.
Color structure that is the dark shadow color of a 3-D element.public static Color getControlLight()
Gets a Color structure that is the light color of a 3-D element.
Color structure that is the light color of a 3-D element.public static Color getControlLightLight()
Gets a Color structure that is the highlight color of a 3-D element.
Color structure that is the highlight color of a 3-D element.public static Color getControlText()
Gets a Color structure that is the color of text in a 3-D element.
Color structure that is the color of text in a 3-D element.public static Color getDesktop()
Gets a Color structure that is the color of the desktop.
Color structure that is the color of the desktop.public static Color getGradientActiveCaption()
Gets a Color structure that is the lightest color in the color gradient of an active window's title bar.
Color structure that is the lightest color in the color gradient of an active window's title bar.public static Color getGradientInactiveCaption()
Gets a Color structure that is the lightest color in the color gradient of an inactive window's title bar.
Color structure that is the lightest color in the color gradient of an inactive window's title bar.public static Color getGrayText()
Gets a Color structure that is the color of dimmed text.
Color structure that is the color of dimmed text.public static Color getHighlight()
Gets a Color structure that is the color of the background of selected items.
Color structure that is the color of the background of selected items.public static Color getHighlightText()
Gets a Color structure that is the color of the text of selected items.
Color structure that is the color of the text of selected items.public static Color getHotTrack()
Gets a Color structure that is the color used to designate a hot-tracked item.
Color structure that is the color used to designate a hot-tracked item.public static Color getInactiveBorder()
Gets a Color structure that is the color of an inactive window's border.
Color structure that is the color of an inactive window's border.public static Color getInactiveCaption()
Gets a Color structure that is the color of the background of an inactive window's title bar.
Color structure that is the color of the background of an inactive window's title bar.public static Color getInactiveCaptionText()
Gets a Color structure that is the color of the text in an inactive window's title bar.
Color structure that is the color of the text in an inactive window's title bar.public static Color getInfo()
Gets a Color structure that is the color of the background of a ToolTip.
Color structure that is the color of the background of a ToolTip.public static Color getInfoText()
Gets a Color structure that is the color of the text of a ToolTip.
Color structure that is the color of the text of a ToolTip.public static Color getMenu()
Gets a Color structure that is the color of a menu's background.
Color structure that is the color of a menu's background.public static Color getMenuBar()
Gets a Color structure that is the color of the background of a menu bar.
Color structure that is the color of the background of a menu bar.public static Color getMenuHighlight()
Gets a Color structure that is the color used to highlight menu items when the menu appears as a flat menu.
Color structure that is the color used to highlight menu items when the menu appears as a flat menu.public static Color getMenuText()
Gets a Color structure that is the color of a menu's text.
Color structure that is the color of a menu's text.public static Color getScrollBar()
Gets a Color structure that is the color of the background of a scroll bar.
Color structure that is the color of the background of a scroll bar.public static Color getWindow()
Gets a Color structure that is the color of the background in the client area of a window.
Color structure that is the color of the background in the client area of a window.public static Color getWindowFrame()
Gets a Color structure that is the color of a window frame.
Color structure that is the color of a window frame.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.