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


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