|
|
|
SftTree.GridHorizontalColor Property |
Defines the color used to draw horizontal grid lines.
Deprecated - Provided for compatibility with earlier versions only - Use Items.GridHorizontalColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.GridHorizontalColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->GridHorizontalColor;
|
||
C |
HRESULT object->get_GridHorizontalColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.GridHorizontalColor : TColor; |
||
VB.NET |
|||
VB |
object.GridHorizontalColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->GridHorizontalColor = Clr;
|
||
C |
HRESULT object->put_GridHorizontalColor(OLE_COLOR Clr); |
||
Delphi |
object.GridHorizontalColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the color used to draw horizontal grid lines. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.GridHorizontalColor instead
The GridHorizontalColor property defines the color used to draw horizontal grid lines.
Based on the Items.GridStyle property, grid lines are displayed using the specified color Clr.
See Also SftTree Object | Object Hierarchy