Class PlessSystemColors
Contains static methods and properties which allow to manage system colors
public static class PlessSystemColors- Inheritance
- 
      
      PlessSystemColors
Properties
- ActiveBorder
- Gets a Color structure that is the color of the active window's border. 
- ActiveCaption
- Gets a Color structure that is the color of the background of the active window's title bar. 
- ActiveCaptionText
- Gets a Color structure that is the color of the text in the active window's title bar. 
- AppWorkspace
- Gets a Color structure that is the color of the application workspace. 
- ButtonFace
- Gets a Color structure that is the face color of a 3-D element. 
- ButtonHighlight
- Gets a Color structure that is the highlight color of a 3-D element. 
- ButtonShadow
- Gets a Color structure that is the shadow color of a 3-D element. 
- ControlDark
- Gets a Color structure that is the shadow color of a 3-D element. 
- ControlDarkDark
- Gets a Color structure that is the dark shadow color of a 3-D element. 
- ControlLight
- Gets a Color structure that is the light color of a 3-D element. 
- ControlLightLight
- Gets a Color structure that is the highlight color of a 3-D element. 
- ControlText
- Gets a Color structure that is the color of text in a 3-D element. 
- GradientActiveCaption
- Gets a Color structure that is the lightest color in the color gradient of an active window's title bar. 
- GradientInactiveCaption
- Gets a Color structure that is the lightest color in the color gradient of an inactive window's title bar. 
- HighlightText
- Gets a Color structure that is the color of the text of selected items. 
- InactiveBorder
- Gets a Color structure that is the color of an inactive window's border. 
- InactiveCaption
- Gets a Color structure that is the color of the background of an inactive window's title bar. 
- InactiveCaptionText
- Gets a Color structure that is the color of the text in an inactive window's title bar. 
- MenuHighlight
- Gets a Color structure that is the color used to highlight menu items when the menu appears as a flat menu. 
- WindowFrame
- Gets a Color structure that is the color of a window frame. 
- WindowText
- Gets a Color structure that is the color of the text in the client area of a window. 
Methods
- GetColor(KnownSystemColor)
- Gets known system color. 
- Reset(bool?)
- Assigns internal system colors structures with RGB values from the operating system settings. 
- ResetFromConsts(bool?)
- Assigns internal system colors structures with RGB values from const color declarations. 
- SetColor(KnownSystemColor, ColorStruct)
- Sets known system color. 
- SetColorsFrom(ISystemColorStructs)
- Sets the system colors from the specified ISystemColorStructs instance. Each property of the - colorsparameter is assigned to the corresponding system color using SetColor(KnownSystemColor, ColorStruct).