Gets or sets the background color of a scrollbar.
Data view scroll bar back color.
Visual Basic (Declaration) | |
---|---|
Public Property BackColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color BackColor {get; set;} |
Return Value
A Drawing.Color value that determines the background color of the scrollbar. Defaults to Color.Empty.
This property can be set to any valid ARGB color.
If this property is Empty the background color of the scrollbar will be determined by the BackColor property value of the chart area the scrollbar is being used for.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family