|
|
|
|
|
SftOptionsHeader.ForeColor Property |
Defines the foreground color used for the header.
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 SftOptionsHeader object.
Clr
Defines the foreground color used for the header.
Comments
The ForeColor property defines the foreground color used for the header.
This property has no effect if Windows themes are used.
See Also SftOptionsHeader Object | Object Hierarchy