Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / ScrollBoxBackgroundColor Property


In This Topic
    ScrollBoxBackgroundColor Property (EnhancedInterfaceRenderer)
    In This Topic
    Gets or sets the color of the scroll box background.
    Syntax
    'Declaration
     
    
    Public Property ScrollBoxBackgroundColor As Color
    'Usage
     
    
    Dim instance As EnhancedInterfaceRenderer
    Dim value As Color
     
    instance.ScrollBoxBackgroundColor = value
     
    value = instance.ScrollBoxBackgroundColor
    public Color ScrollBoxBackgroundColor {get; set;}

    Property Value

    The color of the scroll box background.
    See Also