Click or drag to resize

SystemColors Properties

The SystemColors type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberControl
Gets the color of a control.
Public propertyStatic memberControlBackground
Gets the color of a control's background, such as the entry area of a TextBox.
Public propertyStatic memberControlText
Gets the color of text in a control, such as a TextBox or GridView.
Public propertyStatic memberDisabledText
Gets the color of disabled text.
Public propertyStatic memberHighlight
Gets the highlight color.
Public propertyStatic memberHighlightText
Gets the color of highlighted text in controls such as a TextBox or GridView.
Public propertyStatic memberLinkText
Gets the color of hyperlink text
Public propertyStatic memberSelection
Gets the background color of selected text
Public propertyStatic memberSelectionText
Gets the color of selected text
Public propertyStatic memberWindowBackground
Gets the color of a window background.
Top
See Also