|
|
|
|
|
SftOptions.ForeColor Property |
Defines the foreground color.
Syntax
|
VB.NET |
Clr = object.ForeColor As UInt32 |
||
|
VB |
Clr = object.ForeColor As OLE_COLOR |
||
|
C#.NET |
uint Clr = object.ForeColor; |
||
|
VC++ |
OLE_COLOR Clr = object->ForeColor;
|
||
|
C |
HRESULT object->get_ForeColor(OLE_COLOR* Clr); |
||
|
Delphi |
Clr := object.ForeColor : Cardinal; |
||
|
VB.NET |
object.ForeColor = Clr As UInt32 |
||
|
VB |
object.ForeColor = Clr As OLE_COLOR |
||
|
C#.NET |
uint object.ForeColor = Clr; |
||
|
VC++ |
OLE_COLOR object->ForeColor = Clr;
|
||
|
C |
HRESULT object->put_ForeColor(OLE_COLOR Clr); |
||
|
Delphi |
object.ForeColor := Clr : Cardinal; |
||
object
A SftOptions object.
Clr
Defines the foreground color.
Comments
The ForeColor property defines the foreground color.
If an entry has been modified by the end-user and the new settings have not yet been saved (using SftOptions.Save), the entry uses the ModifiedForeColor property instead.
An entry that is the current entry (the selected entry), uses the SelectForeColor or SelectForeColorNoFocus property values instead.
See Also SftOptions Object | Object Hierarchy