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