Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedScrollBarRenderer Class / ArrowHoveredColor Property


In This Topic
    ArrowHoveredColor Property
    In This Topic
    Gets or sets the color of the arrow when the mouse is over it.
    Syntax
    'Declaration
     
    
    Public Property ArrowHoveredColor As Color
    'Usage
     
    
    Dim instance As EnhancedScrollBarRenderer
    Dim value As Color
     
    instance.ArrowHoveredColor = value
     
    value = instance.ArrowHoveredColor
    public Color ArrowHoveredColor {get; set;}

    Property Value

    The color of the arrow hovered.
    See Also