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


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