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

Glossary Item Box

GrayAreaColor Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

Sets or returns the color of the preview area of the control.

Syntax

C++

unsigned long CSpreadPreview::GetGrayAreaColor( );
void CSpreadPreview::SetGrayAreaColor(unsigned long value);

Visual Basic

[form.]fpSpreadPreview.GrayAreaColor[ = color]

Remarks

The default value for the GrayAreaColor property is &H00808080& (dark gray).

The area behind the control and within the control's borders is the gray area. The size of the gray area is determined by the GrayAreaMarginH, GrayAreaMarginType, and GrayAreaMarginV properties.

Data Type

Color

See Also

Customizing the Gray Area

GrayAreaMarginH, GrayAreaMarginType, GrayAreaMarginV properties

DLL Correspondence

SpvGetGrayAreaColor, SpvSetGrayAreaColor functions

Copyright © GrapeCity, inc. All rights reserved.