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


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

    Property Value

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