ClassSystemColors
Definition
Namespace:Telerik.WinControls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
public static class SystemColors
Inheritance: objectSystemColors
Properties
ActiveBorderColor
Gets a Color structure that is the color of the active window's border.
Declaration
public static Color ActiveBorderColor { get; }
Property Value
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
public static Color ActiveCaptionColor { get; }
Property Value
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
public static Color ActiveCaptionTextColor { get; }
Property Value
The color of the active window's title bar.
AppWorkspaceColor
Gets a Color structure that is the color of the application workspace.
Declaration
public static Color AppWorkspaceColor { get; }
Property Value
The color of the application workspace.
ControlColor
Gets a Color structure that is the face color of a three-dimensional display element.
Declaration
public static Color ControlColor { get; }
Property Value
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
public static Color ControlDarkColor { get; }
Property Value
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
public static Color ControlDarkDarkColor { get; }
Property Value
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
public static Color ControlLightColor { get; }
Property Value
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
public static Color ControlLightLightColor { get; }
Property Value
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
public static Color ControlTextColor { get; }
Property Value
The color of text in a three-dimensional display element.
DesktopColor
Gets a Color structure that is the color of the desktop.
Declaration
public static Color DesktopColor { get; }
Property Value
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
public static Color GradientActiveCaptionColor { get; }
Property Value
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
public static Color GradientInactiveCaptionColor { get; }
Property Value
The right side color in the gradient.
GrayTextColor
Gets a Color structure that is the color of disabled text.
Declaration
public static Color GrayTextColor { get; }
Property Value
The color of disabled text.
HighlightColor
Gets a Color structure that is the background color of selected items.
Declaration
public static Color HighlightColor { get; }
Property Value
The background color of selected items.
HighlightTextColor
Gets a Color structure that is the color of the text of selected items.
Declaration
public static Color HighlightTextColor { get; }
Property Value
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
public static Color HotTrackColor { get; }
Property Value
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
public static Color InactiveBorderColor { get; }
Property Value
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
public static Color InactiveCaptionColor { get; }
Property Value
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
public static Color InactiveCaptionTextColor { get; }
Property Value
The color of the text of an inactive window's title bar.
MenuBarColor
Gets a Color structure that is the background color for a menu bar.
Declaration
public static Color MenuBarColor { get; }
Property Value
The background color for a menu bar.
MenuColor
Gets a Color structure that is the color of a menu's background.
Declaration
public static Color MenuColor { get; }
Property Value
The color of a menu's background.
MenuHighlightColor
Gets a Color structure that is the color used to highlight a menu item.
Declaration
public static Color MenuHighlightColor { get; }
Property Value
The color used to highlight a menu item.
MenuTextColor
Gets a Color structure that is the color of a menu's text.
Declaration
public static Color MenuTextColor { get; }
Property Value
The color of a menu's text.
ScrollBarColor
Gets a Color structure that is the background color of a scroll bar.
Declaration
public static Color ScrollBarColor { get; }
Property Value
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
public static Color WindowColor { get; }
Property Value
The background color in the client area of a window.
WindowFrameColor
Gets a Color structure that is the color of a window frame.
Declaration
public static Color WindowFrameColor { get; }
Property Value
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
public static Color WindowTextColor { get; }
Property Value
The color of the text in the client area of a window.