[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.ActiveBackColor

ActiveBackColor Property

ActiveBackColor

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

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

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

Remarks

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

Exceptions
Type Condition
ArgumentException

The value is a transparent or semi-transparent color value.

See Also