SystemColorsIHandler Interface |
Namespace: Eto.Drawing
The SystemColorsIHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Control |
Gets the color of a control.
| |
| ControlBackground |
Gets the color of a control's background, such as the entry area of a TextBox.
| |
| ControlText |
Gets the color of text in a control, such as a TextBox or GridView.
| |
| DisabledText |
Gets the color of disabled text.
| |
| Highlight |
Gets the highlight color.
| |
| HighlightText |
Gets the color of highlighted text in controls such as a TextBox or GridView.
| |
| LinkText |
Gets the color of hyperlink text
| |
| Selection |
Gets the background color of selected text
| |
| SelectionText |
Gets the color of selected text
| |
| WindowBackground |
Gets the color of a window background.
|