Spread WinForms 15
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

Property Value

The color of the arrow hovered.
See Also