Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatScrollBarRenderer Class / BorderActiveColor Property


In This Topic
    BorderActiveColor Property
    In This Topic
    Gets or sets the border color of scroll bar elements in an active state.
    Syntax
    'Declaration
     
    
    Public Property BorderActiveColor As Color
    'Usage
     
    
    Dim instance As FlatScrollBarRenderer
    Dim value As Color
     
    instance.BorderActiveColor = value
     
    value = instance.BorderActiveColor
    public Color BorderActiveColor {get; set;}
    See Also