[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_SystemColorVal (System Color Value)

This simple type specifies a system color value. This color is based upon the value that this color currently has within the system on which the document is being viewed.

Applications shall use the lastClr attribute to determine the absolute value of the last color used if system colors are not supported.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

3dDkShadow (3D Dark System Color)

Specifies a Dark shadow color for three-dimensional display elements.

3dLight (3D Light System Color)

Specifies a Light color for three-dimensional display elements (for edges facing the light source).

activeBorder (Active Border System Color)

Specifies an Active Window Border Color.

activeCaption (Active Caption System Color)

Specifies the active window title bar color. In particular the left side color in the color gradient of an active window's title bar if the gradient effect is enabled.

appWorkspace (Application Workspace System Color)

Specifies the Background color of multiple document interface (MDI) applications.

background (Background System Color)

Specifies the desktop background color.

btnFace (Button Face System Color)

Specifies the face color for three-dimensional display elements and for dialog box backgrounds.

btnHighlight (Button Highlight System Color)

Specifies the highlight color for three-dimensional display elements (for edges facing the light source).

btnShadow (Button Shadow System Color)

Specifies the shadow color for three-dimensional display elements (for edges facing away from the light source).

btnText (Button Text System Color)

Specifies the color of text on push buttons.

captionText (Caption Text System Color)

Specifies the color of text in the caption, size box, and scroll bar arrow box.

gradientActiveCaption (Gradient Active Caption System Color)

Specifies the right side color in the color gradient of an active window's title bar.

gradientInactiveCaption (Gradient Inactive Caption System Color)

Specifies the right side color in the color gradient of an inactive window's title bar.

grayText (Gray Text System Color)

Specifies a grayed (disabled) text. This color is set to 0 if the current display driver does not support a solid gray color.

highlight (Highlight System Color)

Specifies the color of Item(s) selected in a control.

highlightText (Highlight Text System Color)

Specifies the text color of item(s) selected in a control.

hotLight (Hot Light System Color)

Specifies the color for a hyperlink or hot-tracked item.

inactiveBorder (Inactive Border System Color)

Specifies the color of the Inactive window border.

inactiveCaption (Inactive Caption System Color)

Specifies the color of the Inactive window caption.

Specifies the left side color in the color gradient of an inactive window's title bar if the gradient effect is enabled.

inactiveCaptionText (Inactive Caption Text System Color)

Specifies the color of text in an inactive caption.

infoBk (Info Back System Color)

Specifies the background color for tooltip controls.

infoText (Info Text System Color)

Specifies the text color for tooltip controls.

menu (Menu System Color)

Specifies the menu background color.

menuBar (Menu Bar System Color)

Specifies the background color for the menu bar when menus appear as flat menus.

menuHighlight (Menu Highlight System Color)

Specifies the color used to highlight menu items when the menu appears as a flat menu.

menuText (Menu Text System Color)

Specifies the color of Text in menus.

scrollBar (Scroll Bar System Color)

Specifies the scroll bar gray area color.

window (Window System Color)

Specifies window background color.

windowFrame (Window Frame System Color)

Specifies the window frame color.

windowText (Window Text System Color)

Specifies the color of text in windows.

 

Referenced By

sysClr@val5.1.2.2.33)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_SystemColorVal">

   <restriction base="xsd:token">

   <enumeration value="scrollBar"/>

   <enumeration value="background"/>

   <enumeration value="activeCaption"/>

   <enumeration value="inactiveCaption"/>

   <enumeration value="menu"/>

   <enumeration value="window"/>

   <enumeration value="windowFrame"/>

   <enumeration value="menuText"/>

   <enumeration value="windowText"/>

   <enumeration value="captionText"/>

   <enumeration value="activeBorder"/>

   <enumeration value="inactiveBorder"/>

   <enumeration value="appWorkspace"/>

   <enumeration value="highlight"/>

   <enumeration value="highlightText"/>

   <enumeration value="btnFace"/>

   <enumeration value="btnShadow"/>

   <enumeration value="grayText"/>

   <enumeration value="btnText"/>

   <enumeration value="inactiveCaptionText"/>

   <enumeration value="btnHighlight"/>

   <enumeration value="3dDkShadow"/>

   <enumeration value="3dLight"/>

   <enumeration value="infoText"/>

   <enumeration value="infoBk"/>

   <enumeration value="hotLight"/>

   <enumeration value="gradientActiveCaption"/>

   <enumeration value="gradientInactiveCaption"/>

   <enumeration value="menuHighlight"/>

   <enumeration value="menuBar"/>

   </restriction>

</simpleType>