skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SystemColors

Inheritance
System.Object
SystemColors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll

Syntax

public static class SystemColors

Properties

ActiveBorderColor

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

Declaration
public static Color ActiveBorderColor { get; }
Property Value
Color

The color of the active window's border.

ActiveCaptionColor

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

Declaration
public static Color ActiveCaptionColor { get; }
Property Value
Color

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

ActiveCaptionTextColor

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

Declaration
public static Color ActiveCaptionTextColor { get; }
Property Value
Color

The color of the active window's title bar.

AppWorkspaceColor

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

Declaration
public static Color AppWorkspaceColor { get; }
Property Value
Color

The color of the application workspace.

ControlColor

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

Declaration
public static Color ControlColor { get; }
Property Value
Color

The face color of a three-dimensional display element.

ControlDarkColor

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

Declaration
public static Color ControlDarkColor { get; }
Property Value
Color

The shadow color of a three-dimensional display element.

ControlDarkDarkColor

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

Declaration
public static Color ControlDarkDarkColor { get; }
Property Value
Color

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

ControlLightColor

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

Declaration
public static Color ControlLightColor { get; }
Property Value
Color

The light color of a three-dimensional display element.

ControlLightLightColor

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

Declaration
public static Color ControlLightLightColor { get; }
Property Value
Color

The highlight color of a three-dimensional display element.

ControlTextColor

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

Declaration
public static Color ControlTextColor { get; }
Property Value
Color

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

DesktopColor

Gets a System.Windows.Media.Color structure that is the color of the desktop.

Declaration
public static Color DesktopColor { get; }
Property Value
Color

The color of the desktop.

GradientActiveCaptionColor

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

Declaration
public static Color GradientActiveCaptionColor { get; }
Property Value
Color

The right side color in the gradient.

GradientInactiveCaptionColor

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

Declaration
public static Color GradientInactiveCaptionColor { get; }
Property Value
Color

The right side color in the gradient.

GrayTextColor

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

Declaration
public static Color GrayTextColor { get; }
Property Value
Color

The color of disabled text.

HighlightColor

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

Declaration
public static Color HighlightColor { get; }
Property Value
Color

The background color of selected items.

HighlightTextColor

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

Declaration
public static Color HighlightTextColor { get; }
Property Value
Color

The color of the text of selected items.

HotTrackColor

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

Declaration
public static Color HotTrackColor { get; }
Property Value
Color

The color used to designate a hot-tracked item.

InactiveBorderColor

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

Declaration
public static Color InactiveBorderColor { get; }
Property Value
Color

The color of an inactive window's border.

InactiveCaptionColor

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

Declaration
public static Color InactiveCaptionColor { get; }
Property Value
Color

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

InactiveCaptionTextColor

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

Declaration
public static Color InactiveCaptionTextColor { get; }
Property Value
Color

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

InfoColor

Gets a System.Windows.Media.Color structure that is the background color for the System.Windows.Controls.ToolTip control.

Declaration
public static Color InfoColor { get; }
Property Value
Color

The background color for the System.Windows.Controls.ToolTip control.

InfoTextColor

Gets a System.Windows.Media.Color structure that is the text color for the System.Windows.Controls.ToolTip control.

Declaration
public static Color InfoTextColor { get; }
Property Value
Color

The text color for the System.Windows.Controls.ToolTip control.

MenuBarColor

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

Declaration
public static Color MenuBarColor { get; }
Property Value
Color

The background color for a menu bar.

MenuColor

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

Declaration
public static Color MenuColor { get; }
Property Value
Color

The color of a menu's background.

MenuHighlightColor

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

Declaration
public static Color MenuHighlightColor { get; }
Property Value
Color

The color used to highlight a menu item.

MenuTextColor

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

Declaration
public static Color MenuTextColor { get; }
Property Value
Color

The color of a menu's text.

ScrollBarColor

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

Declaration
public static Color ScrollBarColor { get; }
Property Value
Color

The background color of a scroll bar.

WindowColor

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

Declaration
public static Color WindowColor { get; }
Property Value
Color

The background color in the client area of a window.

WindowFrameColor

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

Declaration
public static Color WindowFrameColor { get; }
Property Value
Color

The color of a window frame.

WindowTextColor

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

Declaration
public static Color WindowTextColor { get; }
Property Value
Color

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

Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.