SftPrintPreview/OCX 1.0

SftPrintPreview.BackColor Property

Softel vdm, Inc.

Defines the background color used.

Syntax       

Get

VB.NET

Clr = object.BackColor  As System.Drawing.Color

VB

Clr = object.BackColor  As OLE_COLOR

C#.NET

System.Drawing.Color Clr = object.BackColor;

VC++

OLE_COLOR Clr = object->BackColor;
OLE_COLOR Clr = object->GetBackColor();

C

HRESULT object->get_BackColor(OLE_COLOR* Clr);

Delphi

Clr := object.BackColor  : TColor;

Put

VB.NET

object.BackColor = Clr  As System.Drawing.Color

VB

object.BackColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.Color object.BackColor = Clr;

VC++

OLE_COLOR object->BackColor = Clr;
void object->PutBackColor(OLE_COLOR Clr);

C

HRESULT object->put_BackColor(OLE_COLOR Clr);

Delphi

object.BackColor := Clr  : TColor;

object

A SftPrintPreview object.

Clr

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

Comments

The BackColor property defines the background color used.


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