Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

SelectBackColorFocus Property, SftMask Object

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

Syntax

Get

VB.NETClr = object.SelectBackColorFocus As System.Drawing.Color
VBClr = object.SelectBackColorFocus As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.SelectBackColorFocus;
VC++OLE_COLOR Clr = object->SelectBackColorFocus;
OLE_COLOR Clr = object->GetSelectBackColorFocus();
CHRESULT object->get_SelectBackColorFocus(OLE_COLOR* Clr);

Put

VB.NETobject.SelectBackColorFocus = Clr As System.Drawing.Color
VBobject.SelectBackColorFocus = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.SelectBackColorFocus = Clr;
VC++OLE_COLOR object->SelectBackColorFocus = Clr;
void object->PutSelectBackColorFocus(OLE_COLOR Clr);
CHRESULT object->put_SelectBackColorFocus(OLE_COLOR Clr);

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.

See Also SftMask Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.