|
|
|
|
|
SftBoxEdit.ForeColor Property |
Defines the edit control portion's foreground color.
Syntax
|
VB.NET |
|||
|
VB |
Clr = object.ForeColor As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR Clr = object->ForeColor;
|
||
|
C |
HRESULT object->get_ForeColor(OLE_COLOR* Clr); |
||
|
Delphi |
|||
|
VB.NET |
|||
|
VB |
object.ForeColor = Clr As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR object->ForeColor = Clr;
|
||
|
C |
HRESULT object->put_ForeColor(OLE_COLOR Clr); |
||
|
Delphi |
|||
object
A SftBoxEdit object.
Clr
Defines the edit control portion's foreground color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The ForeColor property defines the edit control portion's foreground color.
If the edit control portion is read/only (see Edit.Locked) this property has no effect.