[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EnhancedScrollBarRenderer.-ctor

EnhancedScrollBarRenderer Constructor

EnhancedScrollBarRenderer()

Initializes a new instance of the EnhancedScrollBarRenderer class.

Declaration
public EnhancedScrollBarRenderer()
Public Sub New()

EnhancedScrollBarRenderer(Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color)

Initializes a new instance of the EnhancedScrollBarRenderer class.

Declaration
public EnhancedScrollBarRenderer(Color arrowColor, Color arrowHoveredColor, Color arrowSelectedColor, Color buttonBackgroundColor, Color buttonBorderColor, Color buttonHoveredBackgroundColor, Color buttonHoveredBorderColor, Color buttonSelectedBackgroundColor, Color buttonSelectedBorderColor, Color trackBarBackgroundColor, Color trackBarSelectedBackgroundColor)
Public Sub New(arrowColor As Color, arrowHoveredColor As Color, arrowSelectedColor As Color, buttonBackgroundColor As Color, buttonBorderColor As Color, buttonHoveredBackgroundColor As Color, buttonHoveredBorderColor As Color, buttonSelectedBackgroundColor As Color, buttonSelectedBorderColor As Color, trackBarBackgroundColor As Color, trackBarSelectedBackgroundColor As Color)
Parameters
Type Name Description
Color arrowColor

Color of the arrow

Color arrowHoveredColor

Color of the arrow hovered

Color arrowSelectedColor

Color of the arrow selected

Color buttonBackgroundColor

Color of the button background

Color buttonBorderColor

Color of the button border

Color buttonHoveredBackgroundColor

Color of the button hovered background

Color buttonHoveredBorderColor

Color of the button hovered border

Color buttonSelectedBackgroundColor

Color of the button selected background

Color buttonSelectedBorderColor

Color of the button selected border

Color trackBarBackgroundColor

Color of the track bar background

Color trackBarSelectedBackgroundColor

Color of the track bar selected background