ScrollBarVColor Property
Applies To
fpSpread control
Description
Sets or returns the color of the vertical scroll bar.
Syntax
unsigned long CSpreadSheet::GetScrollBarVColor( );
void CSpreadSheet::SetScrollBarVColor(unsigned long value);
[form.]fpSpread.ScrollBarVColor[ = color]
Remarks
The default value for the ScrollBarVColor property is SPREAD_COLOR_NONE.
This setting is applied to the entire workbook, including all sheets in the control.
Set the vertical scroll bar width using the ScrollBarWidth property. Use the ScrollBarHColor property to specify the color of the horizontal scroll bar.
Spread Designer
Choose the Book menu, then the Book Colors menu, select the Colors tab, and then choose ScrollBarVColor from the drop-down list box in the Sheet Default Settings dialog box.
Data Type
Color
See Also
ScrollBarWidth, ScrollBarHColor properties
DLL Correspondence
SSGetScrollBarColor, SSSetScrollBarColor functions