Class
SystemColors

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public static class SystemColors

Inheritance: objectSystemColors

Properties

ActiveBorderColor

Gets a Color structure that is the color of the active window's border.

Declaration

cs-api-definition
public static Color ActiveBorderColor { get; }

Property Value

Color

The color of the active window's border.

ActiveCaptionColor

Gets a Color structure that is the background color of the active window's title bar.

Declaration

cs-api-definition
public static Color ActiveCaptionColor { get; }

Property Value

Color

The background color of the active window's title bar.

ActiveCaptionTextColor

Gets a Color structure that is the color of the text in the active window's title bar.

Declaration

cs-api-definition
public static Color ActiveCaptionTextColor { get; }

Property Value

Color

The color of the active window's title bar.

AppWorkspaceColor

Gets a Color structure that is the color of the application workspace.

Declaration

cs-api-definition
public static Color AppWorkspaceColor { get; }

Property Value

Color

The color of the application workspace.

ControlColor

Gets a Color structure that is the face color of a three-dimensional display element.

Declaration

cs-api-definition
public static Color ControlColor { get; }

Property Value

Color

The face color of a three-dimensional display element.

ControlDarkColor

Gets a Color structure that is the shadow color of a three-dimensional display element.

Declaration

cs-api-definition
public static Color ControlDarkColor { get; }

Property Value

Color

The shadow color of a three-dimensional display element.

ControlDarkDarkColor

Gets a Color structure that is the dark shadow color of a three-dimensional display element.

Declaration

cs-api-definition
public static Color ControlDarkDarkColor { get; }

Property Value

Color

The dark shadow color of a three-dimensional display element.

ControlLightColor

Gets a Color structure that is the light color of a three-dimensional display element.

Declaration

cs-api-definition
public static Color ControlLightColor { get; }

Property Value

Color

The light color of a three-dimensional display element.

ControlLightLightColor

Gets a Color structure that is the highlight color of a three-dimensional display element.

Declaration

cs-api-definition
public static Color ControlLightLightColor { get; }

Property Value

Color

The highlight color of a three-dimensional display element.

ControlTextColor

Gets a Color structure that is the color of text in a three-dimensional display element.

Declaration

cs-api-definition
public static Color ControlTextColor { get; }

Property Value

Color

The color of text in a three-dimensional display element.

DesktopColor

Gets a Color structure that is the color of the desktop.

Declaration

cs-api-definition
public static Color DesktopColor { get; }

Property Value

Color

The color of the desktop.

GradientActiveCaptionColor

Gets a Color structure that is the right side color in the gradient of an active window's title bar.

Declaration

cs-api-definition
public static Color GradientActiveCaptionColor { get; }

Property Value

Color

The right side color in the gradient.

GradientInactiveCaptionColor

Gets a Color structure that is the right side color in the gradient of an inactive window's title bar.

Declaration

cs-api-definition
public static Color GradientInactiveCaptionColor { get; }

Property Value

Color

The right side color in the gradient.

GrayTextColor

Gets a Color structure that is the color of disabled text.

Declaration

cs-api-definition
public static Color GrayTextColor { get; }

Property Value

Color

The color of disabled text.

HighlightColor

Gets a Color structure that is the background color of selected items.

Declaration

cs-api-definition
public static Color HighlightColor { get; }

Property Value

Color

The background color of selected items.

HighlightTextColor

Gets a Color structure that is the color of the text of selected items.

Declaration

cs-api-definition
public static Color HighlightTextColor { get; }

Property Value

Color

The color of the text of selected items.

HotTrackColor

Gets a Color structure that is the color used to designate a hot-tracked item.

Declaration

cs-api-definition
public static Color HotTrackColor { get; }

Property Value

Color

The color used to designate a hot-tracked item.

InactiveBorderColor

Gets a Color structure that is the color of an inactive window's border.

Declaration

cs-api-definition
public static Color InactiveBorderColor { get; }

Property Value

Color

The color of an inactive window's border.

InactiveCaptionColor

Gets a Color structure that is the background color of an inactive window's title bar.

Declaration

cs-api-definition
public static Color InactiveCaptionColor { get; }

Property Value

Color

The background color of an inactive window's title bar.

InactiveCaptionTextColor

Gets a Color structure that is the color of the text of an inactive window's title bar.

Declaration

cs-api-definition
public static Color InactiveCaptionTextColor { get; }

Property Value

Color

The color of the text of an inactive window's title bar.

InfoColor

Gets a Color structure that is the background color for the ToolTip control.

Declaration

cs-api-definition
public static Color InfoColor { get; }

Property Value

Color

The background color for the ToolTip control.

InfoTextColor

Gets a Color structure that is the text color for the ToolTip control.

Declaration

cs-api-definition
public static Color InfoTextColor { get; }

Property Value

Color

The text color for the ToolTip control.

MenuBarColor

Gets a Color structure that is the background color for a menu bar.

Declaration

cs-api-definition
public static Color MenuBarColor { get; }

Property Value

Color

The background color for a menu bar.

MenuColor

Gets a Color structure that is the color of a menu's background.

Declaration

cs-api-definition
public static Color MenuColor { get; }

Property Value

Color

The color of a menu's background.

MenuHighlightColor

Gets a Color structure that is the color used to highlight a menu item.

Declaration

cs-api-definition
public static Color MenuHighlightColor { get; }

Property Value

Color

The color used to highlight a menu item.

MenuTextColor

Gets a Color structure that is the color of a menu's text.

Declaration

cs-api-definition
public static Color MenuTextColor { get; }

Property Value

Color

The color of a menu's text.

ScrollBarColor

Gets a Color structure that is the background color of a scroll bar.

Declaration

cs-api-definition
public static Color ScrollBarColor { get; }

Property Value

Color

The background color of a scroll bar.

WindowColor

Gets a Color structure that is the background color in the client area of a window.

Declaration

cs-api-definition
public static Color WindowColor { get; }

Property Value

Color

The background color in the client area of a window.

WindowFrameColor

Gets a Color structure that is the color of a window frame.

Declaration

cs-api-definition
public static Color WindowFrameColor { get; }

Property Value

Color

The color of a window frame.

WindowTextColor

Gets a Color structure that is the color of the text in the client area of a window.

Declaration

cs-api-definition
public static Color WindowTextColor { get; }

Property Value

Color

The color of the text in the client area of a window.