OfficeColor.SystemColor Property
Gets the system color.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| SystemColors | A SystemColors enumeration value. |
Available values:
| Name | Description |
|---|---|
| Empty | An empty value. |
| DarkShadow3D | The operating systemâs 3D dark shadow color. |
| Light3D | The operating systemâs 3D light color. |
| ActiveBorder | The operating systemâs active border color. |
| ActiveCaption | The operating systemâs active caption color. |
| AppWorkspace | The operating systemâs application workspace color. |
| Background | The operating systemâs background color. |
| ButtonFace | The operating systemâs button face color. |
| ButtonHighlight | The operating systemâs button highlight color. |
| ButtonShadow | The operating systemâs button shadow color. |
| ButtonText | The operating systemâs button text color. |
| CaptionText | The operating systemâs caption text color. |
| GradientActiveCaption | The operating systemâs gradient color for captions. |
| GradientInactiveCaption | The operating systemâs gradient inactive caption color. |
| GrayText | The operating systemâs gray text color. |
| Highlight | The operating systemâs highlight color. |
| HighlightText | The operating systemâs highlight text color. |
| HotLight | The operating systemâs hot light color. |
| InactiveBorder | The operating systemâs inactive border color. |
| InactiveCaption | The operating systemâs inactive caption color. |
| InactiveCaptionText | The operating systemâs text color for inactive captions. |
| InfoBackground | The operating systemâs info background color. |
| InfoText | The operating systemâs info text color. |
| Menu | The operating systemâs menu color. |
| MenuBar | The operating systemâs menu bar color. |
| MenuHighlight | The operating systemâs menu highlight color. |
| MenuText | The operating systemâs menu text color. |
| ScrollBar | The operating systemâs scroll bar color. |
| Window | The operating systemâs window color. |
| WindowFrame | The operating systemâs window frame color. |
| WindowText | The operating systemâs window text color. |