ArrowColor

Top  Previous  Next

Gets or sets the color of the arrow indicating scroll bar's orientation, which can be either upward / downward for the vertical scroll bar or leftward / rightward for the horizontal scroll bar.

[Visual Basic .NET]

Public Property ArrowColor As Color

[C#]

public Color ArrowColor {get; set;}

 

Remarks

The default value is red, and a screenshot is listed below.

ArrowColor