Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.ShadowColor Property

Defines the shadow color used.

Syntax

Get

VB.NETClr = object.ShadowColor As System.Drawing.Color
VBClr = object.ShadowColor As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.ShadowColor;
VC++OLE_COLOR Clr = object->ShadowColor;
OLE_COLOR Clr = object->GetShadowColor();
CHRESULT object->get_ShadowColor(OLE_COLOR* Clr);

Put

VB.NETobject.ShadowColor = Clr As System.Drawing.Color
VBobject.ShadowColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.ShadowColor = Clr;
VC++OLE_COLOR object->ShadowColor = Clr;
void object->PutShadowColor(OLE_COLOR Clr);
CHRESULT object->put_ShadowColor(OLE_COLOR Clr);

object

A SftPrintPreview object.

Clr

Defines the shadow color used. For information about color properties, please visit the applicable section "Using SftPrintPreview/OCX with ...".

Comments

The ShadowColor property defines the shadow color used. The shadow around pages in preview mode is painted using the specified color Clr.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.