|
|
|
|
|
SftOptionsHeader.LightEdgeColor Property |
Defines the highlighted edge color used for the header.
Syntax
|
VB.NET |
Clr = object.LightEdgeColor As UInt32 |
||
|
VB |
Clr = object.LightEdgeColor As OLE_COLOR |
||
|
C#.NET |
uint Clr = object.LightEdgeColor; |
||
|
VC++ |
OLE_COLOR Clr = object->LightEdgeColor;
|
||
|
C |
HRESULT object->get_LightEdgeColor(OLE_COLOR* Clr); |
||
|
Delphi |
Clr := object.LightEdgeColor : Cardinal; |
||
|
VB.NET |
object.LightEdgeColor = Clr As UInt32 |
||
|
VB |
object.LightEdgeColor = Clr As OLE_COLOR |
||
|
C#.NET |
uint object.LightEdgeColor = Clr; |
||
|
VC++ |
OLE_COLOR object->LightEdgeColor = Clr;
|
||
|
C |
HRESULT object->put_LightEdgeColor(OLE_COLOR Clr); |
||
|
Delphi |
object.LightEdgeColor := Clr : Cardinal; |
||
object
A SftOptionsHeader object.
Clr
Defines the highlighted edge color used for the header.
Comments
The LightEdgeColor property defines the highlighted edge color used for the header.
This property has no effect if Windows themes are used.
See Also SftOptionsHeader Object | Object Hierarchy