Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / ScrollBoxBackgroundColor Property


In This Topic
    ScrollBoxBackgroundColor Property (ICustomizeColor)
    In This Topic
    Gets or sets scroll box back ground color.
    Syntax
    'Declaration
     
    
    Property ScrollBoxBackgroundColor As Color
    'Usage
     
    
    Dim instance As ICustomizeColor
    Dim value As Color
     
    instance.ScrollBoxBackgroundColor = value
     
    value = instance.ScrollBoxBackgroundColor
    Color ScrollBoxBackgroundColor {get; set;}
    See Also