Skip to main content
All docs
V26.1
  • OfficeColor.SystemColor Property

    Gets the system color.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public SystemColors SystemColor { get; }

    Property Value

    Type Description
    SystemColors

    A SystemColors enumeration value.

    Available values:

    Show 31 items
    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.

    See Also