SftMask/OCX 6.5

SftMaskCalculator.TotalForeColor Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Clr = object.TotalForeColor  As UIntegerLanguage-specific information

VB

Clr = object.TotalForeColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.TotalForeColor;

VC++

OLE_COLOR Clr = object->TotalForeColor;
OLE_COLOR Clr = object->GetTotalForeColor();

C

HRESULT object->get_TotalForeColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.TotalForeColor = Clr  As UIntegerLanguage-specific information

VB

object.TotalForeColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.TotalForeColor = Clr;

VC++

OLE_COLOR object->TotalForeColor = Clr;
void object->PutTotalForeColor(OLE_COLOR Clr);

C

HRESULT object->put_TotalForeColor(OLE_COLOR Clr);

Delphi

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

object

A SftMaskCalculator object.

Clr

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

Comments

The TotalForeColor property defines the foreground color of the current total in the calculator window.


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