|
|
|
SftMask.SelectBackColor Property |
Defines the control's background color for selected text.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectBackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectBackColor;
|
||
C |
HRESULT object->get_SelectBackColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectBackColor = Clr;
|
||
C |
HRESULT object->put_SelectBackColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftMask object.
Clr
Defines the control's background color for selected text.
Comments
The SelectBackColor property defines the control's background color for selected text.
If the control has the input focus, the SelectBackColorFocus property is used instead.
If the control is disabled (see Enabled property), the BackColor property is used instead.