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