|
|
|
SftTree.ColHeaderShadowColor Property |
Defines the color used to draw the dark edge of all column headers.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.ShadowColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.ColHeaderShadowColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ColHeaderShadowColor;
|
||
C |
HRESULT object->get_ColHeaderShadowColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.ColHeaderShadowColor : TColor; |
||
VB.NET |
|||
VB |
object.ColHeaderShadowColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ColHeaderShadowColor = Clr;
|
||
C |
HRESULT object->put_ColHeaderShadowColor(OLE_COLOR Clr); |
||
Delphi |
object.ColHeaderShadowColor := Clr : TColor; |
object
A SftTree 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
Deprecated - Provided for compatibility with earlier versions only - Use Headers.ShadowColor instead
The ColHeaderShadowColor property defines the color used to draw the dark edge of all column headers.
All columns use the same shadow color and cannot be defined individually.
This property has no effect if Windows themes are used.
See Also SftTree Object | Object Hierarchy