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

Glossary Item Box

PageShadowColor Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

Sets or returns the color of the shadow behind the displayed pages.

Syntax

C++

unsigned long CSpreadPreview::GetPageShadowColor( );
void CSpreadPreview::SetPageShadowColor(unsigned long value);

Visual Basic

[form.]fpSpreadPreview.PageShadowColor[ = color]

Remarks

The default value for the PageShadowColor property is &H00000000& (black).

Use the PageShadowColor and PageShadowWidth properties to change the color and width of the shadow behind the displayed pages. Use the PageBorderColor and PageBorderWidth properties to change the color and width of the border around the displayed pages.

This property does not have an effect unless the PageShadowWidth property is set to a value greater than zero.

Data Type

Color

See Also

Customizing the Page Shadow

PageBorderColor, PageBorderWidth, PageShadowWidth properties

DLL Correspondence

SpvGetPageShadowColor, SpvSetPageShadowColor functions

Copyright © GrapeCity, inc. All rights reserved.