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


In This Topic
    ActiveMouseOverBackColor Property (BaseHeaderFlatStyleRenderer)
    In This Topic
    Gets or sets the backcolor of the cell when the mouse is over the cell.
    Syntax
    'Declaration
     
    
    Public Property ActiveMouseOverBackColor As Color
    'Usage
     
    
    Dim instance As BaseHeaderFlatStyleRenderer
    Dim value As Color
     
    instance.ActiveMouseOverBackColor = value
     
    value = instance.ActiveMouseOverBackColor
    public Color ActiveMouseOverBackColor {get; set;}
    See Also