Click or drag to resize

SystemColorsIHandler Interface

Handler interface for SystemColors

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler

The SystemColorsIHandler type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets the color of a control.
Public propertyControlBackground
Gets the color of a control's background, such as the entry area of a TextBox.
Public propertyControlText
Gets the color of text in a control, such as a TextBox or GridView.
Public propertyDisabledText
Gets the color of disabled text.
Public propertyHighlight
Gets the highlight color.
Public propertyHighlightText
Gets the color of highlighted text in controls such as a TextBox or GridView.
Public propertyLinkText
Gets the color of hyperlink text
Public propertySelection
Gets the background color of selected text
Public propertySelectionText
Gets the color of selected text
Public propertyWindowBackground
Gets the color of a window background.
Top
See Also