SftMask/OCX 6.5

SftMaskCalculator.SelectBackColor Property

Softel vdm, Inc.

Defines the calculator window's background color for selected text.

Syntax       

Get

VB.NET

Clr = object.SelectBackColor  As UIntegerLanguage-specific information

VB

Clr = object.SelectBackColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.SelectBackColor;

VC++

OLE_COLOR Clr = object->SelectBackColor;
OLE_COLOR Clr = object->GetSelectBackColor();

C

HRESULT object->get_SelectBackColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.SelectBackColor = Clr  As UIntegerLanguage-specific information

VB

object.SelectBackColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.SelectBackColor = Clr;

VC++

OLE_COLOR object->SelectBackColor = Clr;
void object->PutSelectBackColor(OLE_COLOR Clr);

C

HRESULT object->put_SelectBackColor(OLE_COLOR Clr);

Delphi

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

object

A SftMaskCalculator object.

Clr

Defines the calculator window's background color for selected text.

Comments

The SelectBackColor property defines the calculator window's background color for selected text.


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