Spread for ASP.NET 12 Product Documentation
ScrollBarTrackColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ScrollBarTrackColor Property
Gets or sets the color of the track element of the scroll bars in the Spread component.
Syntax
'Declaration
 
Public Property ScrollBarTrackColor As Color
'Usage
 
Dim instance As FpSpread
Dim value As Color
 
instance.ScrollBarTrackColor = value
 
value = instance.ScrollBarTrackColor
public Color ScrollBarTrackColor {get; set;}
See Also

Reference

FpSpread Class
FpSpread Members