|
|
|
SftMask.BackColorInvalid Property |
Defines the control's background color when its contents are invalid.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColorInvalid As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColorInvalid;
|
||
C |
HRESULT object->get_BackColorInvalid(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColorInvalid = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColorInvalid = Clr;
|
||
C |
HRESULT object->put_BackColorInvalid(OLE_COLOR Clr); |
||
Delphi |
object
A SftMask object.
Clr
Defines the control's background color when its contents are invalid.
Comments
The BackColorInvalid property defines the control's background color when its contents are invalid (see Contents.Valid).
If the contents are valid, the BackColor property defines the control's default background color.
Text that is selected uses the SelectBackColor 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.