Spread for ASP.NET 12 Product Documentation
ScrollBarArrowColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ScrollBarArrowColor Property
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

Reference

FpSpread Class
FpSpread Members