[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.DisabledBackColor

DisabledBackColor Property

DisabledBackColor

Gets or sets the disabled background color of the control.

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

A Color value that indicates the disabled background color.
The default is Control.

Remarks

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

See Also