Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / FilterBarForeColor Property


In This Topic
    FilterBarForeColor Property
    In This Topic
    Gets the text color of filter bar items in the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterBarForeColor As Color
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Color
     
    value = instance.FilterBarForeColor
    public Color FilterBarForeColor {get;}
    See Also