Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / ActiveForeColor Property


In This Topic
    ActiveForeColor Property (BaseHeaderFlatStyleRenderer)
    In This Topic
    Gets or sets the foreground color of the cell in an active state.
    Syntax
    'Declaration
     
    
    Public Property ActiveForeColor As Color
    'Usage
     
    
    Dim instance As BaseHeaderFlatStyleRenderer
    Dim value As Color
     
    instance.ActiveForeColor = value
     
    value = instance.ActiveForeColor
    public Color ActiveForeColor {get; set;}
    See Also