Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / ReadOnlyBackColor Property


In This Topic
    ReadOnlyBackColor Property (EditBase)
    In This Topic
    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