Click or drag to resize

SystemColorsHighlightText Property

Gets the color of highlighted text in controls such as a TextBox or GridView.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Color HighlightText { get; }

Property Value

Type: Color
The color of highlighted text.
See Also