Spread 8.0 Documentation
ScrollBarVColor Property
Support Options
ActiveX Reference > ActiveX Properties > ScrollBarVColor Property

Glossary Item Box

ScrollBarVColor Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the color of the vertical scroll bar.

Syntax

C++

unsigned long CSpreadSheet::GetScrollBarVColor( );
void CSpreadSheet::SetScrollBarVColor(unsigned long value);

Visual Basic

[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

Customizing Scroll Bars

ScrollBarWidth, ScrollBarHColor properties

DLL Correspondence

SSGetScrollBarColor, SSSetScrollBarColor functions

Copyright © GrapeCity, inc. All rights reserved.