|
|
|
SftMask.BackColorFocus Property |
Defines the control's background color when it has the input focus.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColorFocus As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColorFocus;
|
||
C |
HRESULT object->get_BackColorFocus(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColorFocus = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColorFocus = Clr;
|
||
C |
HRESULT object->put_BackColorFocus(OLE_COLOR Clr); |
||
Delphi |
object
A SftMask object.
Clr
Defines the control's background color when it has the input focus.
Comments
The BackColorFocus property defines the control's background color when it has the input focus.
If the control does not have the input focus or if no color has been defined for the BackColorFocus property, the BackColor property defines the control's default background color.
Text that is selected uses the SelectBackColorFocus property instead. The captions background color is defined using the Caption.BackColor property.
If Windows themes are used, this property may have no effect depending on the ThemeStyle property setting.