Gets or sets the color of the top and left edges of the scroll box and scroll arrows of the scroll bars in the Spread component.
Syntax
'Declaration
Public Property ScrollBarHighlightColor As Color
'Usage
Dim instance As FpSpread
Dim value As Color
instance.ScrollBarHighlightColor = value
value = instance.ScrollBarHighlightColor
public Color ScrollBarHighlightColor {get; set;}
See Also