[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.DisabledForeColor

DisabledForeColor Property

DisabledForeColor

Gets or sets the disabled foreground color of the control.

Declaration
public virtual Color DisabledForeColor { get; set; }
Public Overridable Property DisabledForeColor As Color
Property Value
Type Description
Color

A Color value that indicates the disabled foreground color.
The default is GrayText.

Remarks

If this control is disabled, the foreground is displayed using the value of this property.

See Also