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

Glossary Item Box

ScrollBarHColor Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the color of the horizontal scroll bar.

Syntax

C++

unsigned long CSpreadSheet::GetScrollBarHColor( );
void CSpreadSheet::SetScrollBarHColor(unsigned long value);

Visual Basic

[form.]fpSpread.ScrollBarHColor[ = color]

Remarks

The default value for the ScrollBarHColor property is SPREAD_COLOR_NONE.

This setting is applied to the entire workbook, including all sheets in the control.

Set the horizontal scroll bar height using the ScrollBarHeight property. Use the ScrollBarVColor property to specify the color of the vertical scroll bar.

Spread Designer

Choose the Book menu, then the Book Colors menu, select the Colors tab, and then choose ScrollBarHColor from the drop-down list box in the Sheet Default Settings dialog box.

Data Type

Color

See Also

Customizing Scroll Bars

ScrollBarHeight, ScrollBarVColor properties

DLL Correspondence

SSGetScrollBarColor, SSSetScrollBarColor functions

Copyright © GrapeCity, inc. All rights reserved.