Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / NullBackColor Property


In This Topic
    NullBackColor Property (Appearance)
    In This Topic
    Gets or sets the background color of an objects null state.
    Syntax
    'Declaration
     
    
    Public Property NullBackColor As Color
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Color
     
    instance.NullBackColor = value
     
    value = instance.NullBackColor
    public Color NullBackColor {get; set;}
    See Also