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; }
Public Shared ReadOnly Property HighlightText As Color
Get
static member HighlightText : Color with get
Property Value
Type:
ColorThe color of highlighted text.
See Also