SftMask/OCX 6.5

SftMaskCalculator.TotalBackColor Property

Softel vdm, Inc.

Defines the background color of the current total in the calculator window.

Syntax       

Get

VB.NET

Clr = object.TotalBackColor  As UIntegerLanguage-specific information

VB

Clr = object.TotalBackColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.TotalBackColor;

VC++

OLE_COLOR Clr = object->TotalBackColor;
OLE_COLOR Clr = object->GetTotalBackColor();

C

HRESULT object->get_TotalBackColor(OLE_COLOR* Clr);

Delphi

Clr := object.TotalBackColor  : CardinalLanguage-specific information;

Put

VB.NET

object.TotalBackColor = Clr  As UIntegerLanguage-specific information

VB

object.TotalBackColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.TotalBackColor = Clr;

VC++

OLE_COLOR object->TotalBackColor = Clr;
void object->PutTotalBackColor(OLE_COLOR Clr);

C

HRESULT object->put_TotalBackColor(OLE_COLOR Clr);

Delphi

object.TotalBackColor := Clr  : CardinalLanguage-specific information;

object

A SftMaskCalculator object.

Clr

Defines the background color of the current total in the calculator window.

Comments

The TotalBackColor property defines the background color of the current total in the calculator window.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com