SftPrintPreview/OCX 1.0

SftPrintPreview.SelectedColor Property

Softel vdm, Inc.

Defines the color used to outline the currently selected page.

Syntax       

Get

VB.NET

Clr = object.SelectedColor  As System.Drawing.Color

VB

Clr = object.SelectedColor  As OLE_COLOR

C#.NET

System.Drawing.Color Clr = object.SelectedColor;

VC++

OLE_COLOR Clr = object->SelectedColor;
OLE_COLOR Clr = object->GetSelectedColor();

C

HRESULT object->get_SelectedColor(OLE_COLOR* Clr);

Delphi

Clr := object.SelectedColor  : TColor;

Put

VB.NET

object.SelectedColor = Clr  As System.Drawing.Color

VB

object.SelectedColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.Color object.SelectedColor = Clr;

VC++

OLE_COLOR object->SelectedColor = Clr;
void object->PutSelectedColor(OLE_COLOR Clr);

C

HRESULT object->put_SelectedColor(OLE_COLOR Clr);

Delphi

object.SelectedColor := Clr  : TColor;

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.


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com