Click or drag to resize

TpsControlDisabledForeColor Property

Gets or sets the value of the forecolor used when the control is disabled. Some controls do not change its visual appearance when disabled. This property has no effect for those controls.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
protected internal Color DisabledForeColor { get; set; }

Property Value

Type: Color
See Also