Spread Windows Forms 12.0 Product Documentation
ReadOnlyBackColor Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : ReadOnlyBackColor Property
Gets or sets the background color when the control is read-only.
Syntax
'Declaration
 
Public Overridable Property ReadOnlyBackColor As Color
'Usage
 
Dim instance As EditBase
Dim value As Color
 
instance.ReadOnlyBackColor = value
 
value = instance.ReadOnlyBackColor
public virtual Color ReadOnlyBackColor {get; set;}

Property Value

A System.Drawing.Color value that indicates the background color when the control is read-only.
Exceptions
ExceptionDescription
The value is a transparent or semi-transparent color value.
Remarks
If this control is read-only, the background is displayed using the value of this property.
See Also

Reference

EditBase Class
EditBase Members