|
|
|
SftBoxEdit.BackColor Property |
Defines the edit control portion's 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 SftBoxEdit object.
Clr
Defines the edit control portion's background color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The BackColor property defines the edit control portion's background color.
If the edit control portion is read/only (see Edit.Locked) this property has no effect.