SftMask/OCX 6.5

SftMask.SelectBackColor Property

Softel vdm, Inc.

Defines the control's background color for selected text.

Syntax       

Get

VB.NET

Clr = object.SelectBackColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.SelectBackColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-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  : TColorLanguage-specific information;

Put

VB.NET

object.SelectBackColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.SelectBackColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-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  : TColorLanguage-specific information;

object

A SftMask object.

Clr

Defines the control's background color for selected text.

Comments

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

If the control has the input focus, the SelectBackColorFocus property is used instead.

If the control is disabled (see Enabled property), the BackColor property is used instead.


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