|
|
|
SftTreeItems.GridHorizontalColor Property |
Defines the color used to draw horizontal grid lines.
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 : Cardinal; |
||
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 : Cardinal; |
object
A SftTreeItems 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
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. If Clr is set to -1, a suitable default color is used based on the operating system and current Windows theme used.
See Also SftTreeItems Object | Object Hierarchy