|
|
|
SftTree.RowHeaderShadowColor Property |
Defines the default color used to draw the dark edge of row headers.
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.ShadowColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.RowHeaderShadowColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->RowHeaderShadowColor;
|
||
C |
HRESULT object->get_RowHeaderShadowColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.RowHeaderShadowColor : TColor; |
||
VB.NET |
|||
VB |
object.RowHeaderShadowColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->RowHeaderShadowColor = Clr;
|
||
C |
HRESULT object->put_RowHeaderShadowColor(OLE_COLOR Clr); |
||
Delphi |
object.RowHeaderShadowColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the default color used to draw the dark edge of row 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 RowHeaders.ShadowColor instead
The RowHeaderShadowColor property defines the default color used to draw the dark edge of row headers.
All row headers 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