SftMask/OCX 6.5

SftMask.SelectBackColorFocus Property

Softel vdm, Inc.

Defines the control's background color for selected text when it has the input focus.

Syntax       

Get

VB.NET

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

VB

Clr = object.SelectBackColorFocus  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.SelectBackColorFocus;

VC++

OLE_COLOR Clr = object->SelectBackColorFocus;
OLE_COLOR Clr = object->GetSelectBackColorFocus();

C

HRESULT object->get_SelectBackColorFocus(OLE_COLOR* Clr);

Delphi

Clr := object.SelectBackColorFocus  : TColorLanguage-specific information;

Put

VB.NET

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

VB

object.SelectBackColorFocus = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.SelectBackColorFocus = Clr;

VC++

OLE_COLOR object->SelectBackColorFocus = Clr;
void object->PutSelectBackColorFocus(OLE_COLOR Clr);

C

HRESULT object->put_SelectBackColorFocus(OLE_COLOR Clr);

Delphi

object.SelectBackColorFocus := Clr  : TColorLanguage-specific information;

object

A SftMask object.

Clr

Defines the control's background color for selected text when it has the input focus.

Comments

The SelectBackColorFocus property defines the control's background color for selected text when it has the input focus.

If the control does not have the input focus or if no color has been defined for the SelectBackColorFocus property, the SelectBackColor property defines the control's background color for selected text.

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

If the control has the input focus, the SelectBackColor property defines the control's default background color. 


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