LinkButtonDisabledTextColor Property |
Gets or sets the color of the text when the control is disabled.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Color DisabledTextColor { get; set; }
Public Property DisabledTextColor As Color
Get
Set
member DisabledTextColor : Color with get, set
Property Value
Type:
ColorThe color of the text when disabled.
See Also