IGxSystemColors

Assembly: Drawing;

Description

The IGxSystemColors interface contains static properties of the GxSystemColors class.

Comments

The properties can be used to get colors determined for various elements in the operating system.

Properties

  Property name Brief description
ActiveBorder The ActiveBorder property returns the color of the active window border.
ActiveCaption The ActiveCaption property returns active window caption background color.
ActiveCaptionText The ActiveCaptionText property returns active window caption font color.
AppWorkspace The AppWorkSpace property returns application workspace color.
Control The Control property returns the color of 3D objects.
ControlDark The ControlDark property returns the darkened color of 3D objects.
ControlDarkDark The ControlDarkDark returns the dark color of 3D objects.
ControlLight The ControlLight property returns the lightened color of 3D objects.
ControlLightLight The ControlLightLight property returns the light color of 3D objects.
ControlText The ControlText property returns the font color of 3D objects.
Desktop The Desktop property returns the color of the operating system desktop.
GradientActiveCaption The GradientActiveCaption property returns the second color of the active window caption that is used for gradient composition.
GradientInactiveCaption The GradientInactiveCaption property returns the second color of the inactive window caption that is used for gradient composition.
GrayText The GrayText property returns gray text color.
Highlight The Highlight property returns the color of the highlighted menu item.
HighlightText The HighlightText property returns the font color of the highlighted menu item.
HotTrack The HotTrack property returns the color that is used to designate the highlighted element.
InactiveBorder The InactiveBorder property returns the color of the inactive window border.
InactiveCaption The InactiveCaption property returns inactive window caption color.
InactiveCaptionText The InactiveCaptionText property returns inactive window caption font color.
Info The Info property returns tooltip color.
InfoText The InfoText property returns tooltip font color.
Menu The Menu property returns menu line color.
MenuText The MenuText property returns menu line font color.
ScrollBar The ScrollBar property returns scrollbar color.
Window The Window property returns window color.
WindowFrame The WindowFrame property frame color.
WindowText The WindowText property returns window font color.

See also:

Drawing Assembly Interfaces