|
|
|
SftTreeHeaders.ShadowColor Property |
Defines the color used to draw the dark edge of all column headers.
Syntax
VB.NET |
|||
VB |
Clr = object.ShadowColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ShadowColor; |
||
C |
HRESULT object->get_ShadowColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.ShadowColor : Cardinal; |
||
VB.NET |
|||
VB |
object.ShadowColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ShadowColor
= Clr; |
||
C |
HRESULT object->put_ShadowColor(OLE_COLOR Clr); |
||
Delphi |
object.ShadowColor := Clr : Cardinal; |
object
A SftTreeHeaders object.
Clr
Defines the color used to draw the dark edge of all column headers. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The ShadowColor property defines the color used to draw the dark edge of all column headers.
All column headers use the same shadow color and cannot be defined individually.
This property has no effect if Windows themes are used.
See Also SftTreeHeaders Object | Object Hierarchy