SftOptions 1.0

SftOptions.SelectBackColor Property

Softel vdm, Inc.

Defines the background color of selected entries when the control has the focus.

Syntax       

Get

VB.NET

Clr = object.SelectBackColor  As UInt32

VB

Clr = object.SelectBackColor  As OLE_COLOR

C#.NET

uint 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  : Cardinal;

Put

VB.NET

object.SelectBackColor = Clr  As UInt32

VB

object.SelectBackColor = Clr  As OLE_COLOR

C#.NET

uint 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  : Cardinal;

object

A SftOptions object.

Clr

Defines the background color of selected entries when the control has the focus.

Comments

The SelectBackColor property defines the background color of selected entries when the control has the focus.

See Also  SftOptions Object | Object Hierarchy


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