SftOptions 1.0

SftOptions.SelectForeColorNoFocus Property

Softel vdm, Inc.

Defines the foreground color of selected entries when the control doesn't have the focus.

Syntax       

Get

VB.NET

Clr = object.SelectForeColorNoFocus  As UInt32

VB

Clr = object.SelectForeColorNoFocus  As OLE_COLOR

C#.NET

uint Clr = object.SelectForeColorNoFocus;

VC++

OLE_COLOR Clr = object->SelectForeColorNoFocus;
OLE_COLOR Clr = object->GetSelectForeColorNoFocus();

C

HRESULT object->get_SelectForeColorNoFocus(OLE_COLOR* Clr);

Delphi

Clr := object.SelectForeColorNoFocus  : Cardinal;

Put

VB.NET

object.SelectForeColorNoFocus = Clr  As UInt32

VB

object.SelectForeColorNoFocus = Clr  As OLE_COLOR

C#.NET

uint object.SelectForeColorNoFocus = Clr;

VC++

OLE_COLOR object->SelectForeColorNoFocus = Clr;
void object->PutSelectForeColorNoFocus(OLE_COLOR Clr);

C

HRESULT object->put_SelectForeColorNoFocus(OLE_COLOR Clr);

Delphi

object.SelectForeColorNoFocus := Clr  : Cardinal;

object

A SftOptions object.

Clr

Defines the foreground color of selected entries when the control doesn't have the focus.

Comments

The SelectForeColorNoFocus property defines the foreground color of selected entries when the control doesn't have the focus.

See Also  SftOptions Object | Object Hierarchy


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