Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / ScrollBarArrowColor Property
Example


In This Topic
    ScrollBarArrowColor Property
    In This Topic
    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;}

    Property Value

    Color object containing the arrow 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.

    Another property that can affect the appearance of the scroll box and scroll arrows is the ScrollBarBaseColor.

    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.

    Example
    This example sets the scroll bar colors.
    See Also