Spread ASP.NET 6.0 Product Documentation
ScrollBarDarkShadowColor Property
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ScrollBarDarkShadowColor Property


Glossary Item Box

Gets or sets the color of the gutter of the scroll bars in the Spread component.

Syntax

Visual Basic (Declaration) 
Public Property ScrollBarDarkShadowColor As Color
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As Color
 
instance.ScrollBarDarkShadowColor = value
 
value = instance.ScrollBarDarkShadowColor
C# 
public Color ScrollBarDarkShadowColor {get; set;}

Property Value

Color object containing the gutter color for the scroll bar elements

Remarks

This property applies to parts of the scroll bars when they are displayed.
The scroll box is the square element in a scroll bar that moves on a track to change the position of the displayed contents when clicked and dragged. The scroll arrows are the square buttons at each end of a scroll bar that move the content on the screen in small increments when clicked.

The gutter is the space between the scroll track and the bottom and right edges of the scroll box and scroll arrows of the scroll bars. This is outside the area colored by ScrollbarShadowColor.

This property (as well as any of the scroll bar related properties) does not have an effect on the Mozilla Firefox browser. Firefox does not support the CSS properties to handle this customization of the scroll bars.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.