SystemColors Properties

SystemColors Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The SystemColors type exposes the following members.

  NameDescription
Public property Static member ActiveBorderColor Gets a Color structure that is the color of the active window's border.
Public property Static member ActiveCaptionColor Gets a Color structure that is the background color of the active window's title bar.
Public property Static member ActiveCaptionTextColor Gets a Color structure that is the color of the text in the active window's title bar.
Public property Static member AppWorkspaceColor Gets a Color structure that is the color of the application workspace.
Public property Static member ControlColor Gets a Color structure that is the face color of a three-dimensional display element.
Public property Static member ControlDarkColor Gets a Color structure that is the shadow color of a three-dimensional display element.
Public property Static member ControlDarkDarkColor Gets a Color structure that is the dark shadow color of a three-dimensional display element.
Public property Static member ControlLightColor Gets a Color structure that is the light color of a three-dimensional display element.
Public property Static member ControlLightLightColor Gets a Color structure that is the highlight color of a three-dimensional display element.
Public property Static member ControlTextColor Gets a Color structure that is the color of text in a three-dimensional display element.
Public property Static member DesktopColor Gets a Color structure that is the color of the desktop.
Public property Static member GrayTextColor Gets a Color structure that is the color of disabled text.
Public property Static member HighlightColor Gets a Color structure that is the background color of selected items.
Public property Static member HighlightTextColor Gets a Color structure that is the color of the text of selected items.
Public property Static member InactiveBorderColor Gets a Color structure that is the color of an inactive window's border.
Public property Static member InactiveCaptionColor Gets a Color structure that is the background color of an inactive window's title bar.
Public property Static member InactiveCaptionTextColor Gets a Color structure that is the color of the text of an inactive window's title bar.
Public property Static member InfoColor Gets a Color structure that is the background color for the ToolTip control.
Public property Static member InfoTextColor Gets a Color structure that is the text color for the ToolTip control.
Public property Static member MenuColor Gets a Color structure that is the color of a menu's background.
Public property Static member MenuTextColor Gets a Color structure that is the color of a menu's text.
Public property Static member ScrollBarColor Gets a Color structure that is the background color of a scroll bar.
Public property Static member WindowColor Gets a Color structure that is the background color in the client area of a window.
Public property Static member WindowFrameColor Gets a Color structure that is the color of a window frame.
Public property Static member WindowTextColor Gets a Color structure that is the color of the text in the client area of a window.
Top

Show:
© 2017 Microsoft