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


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