Spread 8.0 Documentation
SUPERBTNCOLOR Structure
Support Options
DLL Reference > DLL Structures > SUPERBTNCOLOR Structure

Glossary Item Box

SUPERBTNCOLOR Structure


See Also

Applies To

fpSpread control

Definition

typedef struct superbtncolor
{
COLORREF Color;
COLORREF ColorBorder;
COLORREF ColorShadow;
COLORREF ColorHighlight;
COLORREF ColorText;
} SUPERBTNCOLOR, FAR *LPSUPERBTNCOLOR;

Fields

The following fields are available:

Field Description
Color Button background color
ColorBorder Button border color
ColorShadow Button shadow color
ColorHighlight Button highlight color
ColorText Button text color

Note: When working in Windows 95 or Windows NT 4.0 or later, the setting of the ColorBorder parameter has no effect. The button border appearance varies according to your operating system. In a pre-Windows 95 operating system, the button has a simple three-dimensional shading and a border. In Windows 95 or Windows NT 4.0 or later, the button has a complex three-dimensional shading and no border.

See Also

Setting Background and Text Colors of Button Cells
Setting the Border Color for Button Cells

SSSetTypeButton function

Copyright © GrapeCity, inc. All rights reserved.