Gets or sets the color for the arrows (when active) in the scroll bars in the Spread component.
Syntax
'Declaration
Public Property ScrollBarArrowColor As Color
'Usage
Dim instance As FpSpread
Dim value As Color
instance.ScrollBarArrowColor = value
value = instance.ScrollBarArrowColor
public Color ScrollBarArrowColor {get; set;}
See Also