Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedScrollBarRenderer Class / ArrowColor Property


In This Topic
ArrowColor Property (EnhancedScrollBarRenderer)
In This Topic
Gets or sets the color of the arrow.
Syntax
'Declaration
 
Public Property ArrowColor As Color
 
'Usage
 
Dim instance As EnhancedScrollBarRenderer
Dim value As Color
 
instance.ArrowColor = value
 
value = instance.ArrowColor

Property Value

The color of the arrow.
See Also