[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnlyBackColor

ReadOnlyBackColor Property

ReadOnlyBackColor

Gets or sets the background color when the control is read-only.

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

A Color value that indicates the background color when the control is read-only.

Remarks

If this control is read-only, the background is displayed using the value of this property.

Exceptions
Type Condition
ArgumentException

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