Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FlatCornerHeaderRenderer Class / ActiveMouseOverForeColor Property


In This Topic
    ActiveMouseOverForeColor Property
    In This Topic
    Gets or sets the foreground color of the triangle when the mouse is over the triangle.
    Syntax
    'Declaration
     
    
    Public Property ActiveMouseOverForeColor As Color
    'Usage
     
    
    Dim instance As FlatCornerHeaderRenderer
    Dim value As Color
     
    instance.ActiveMouseOverForeColor = value
     
    value = instance.ActiveMouseOverForeColor
    public Color ActiveMouseOverForeColor {get; set;}
    See Also