GrayAreaColor Property
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
GrayAreaMarginH, GrayAreaMarginType, GrayAreaMarginV properties
DLL Correspondence
SpvGetGrayAreaColor, SpvSetGrayAreaColor functions