Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.SelectedColor Property

Defines the color used to outline the currently selected page.

Syntax

Get

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

Put

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

object

A SftPrintPreview object.

Clr

Defines the color used to outline the currently selected page. For information about color properties, please visit the applicable section "Using SftPrintPreview/OCX with ...".

Comments

The SelectedColor property defines the color used to outline the currently selected page.

See Also SftPrintPreview Object | Object Hierarchy


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