Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / DisabledBackground Property


In This Topic
    DisabledBackground Property (EditBase)
    In This Topic
    Gets or sets a brush that describes the background of a control when it is disabled.
    Syntax
    'Declaration
     
    Public Property DisabledBackground As Brush
    'Usage
     
    Dim instance As EditBase
    Dim value As Brush
     
    instance.DisabledBackground = value
     
    value = instance.DisabledBackground
    public Brush DisabledBackground {get; set;}

    Property Value

    The brush that is used to fill the background of the control when it is disabled.
    See Also