[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.ActiveForeColor

ActiveForeColor Property

ActiveForeColor

Gets or sets the foreground color when the control has the input focus.

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

A Color value that indicates the foreground color when the control has the input focus.

Remarks

If this control has the input focus, the foreground is displayed using the value of this property.

See Also