|
|
|
SftMask.SelectBackColorFocus Property |
Defines the control's background color for selected text when it has the input focus.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectBackColorFocus As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectBackColorFocus;
|
||
C |
HRESULT object->get_SelectBackColorFocus(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectBackColorFocus = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectBackColorFocus = Clr;
|
||
C |
HRESULT object->put_SelectBackColorFocus(OLE_COLOR Clr); |
||
Delphi |
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.