|
|
|
SftTreeItems.GridVerticalColor Property |
Defines the color used to draw vertical grid lines.
Syntax
VB.NET |
|||
VB |
Clr = object.GridVerticalColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->GridVerticalColor;
|
||
C |
HRESULT object->get_GridVerticalColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.GridVerticalColor : Cardinal; |
||
VB.NET |
|||
VB |
object.GridVerticalColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->GridVerticalColor = Clr;
|
||
C |
HRESULT object->put_GridVerticalColor(OLE_COLOR Clr); |
||
Delphi |
object.GridVerticalColor := Clr : Cardinal; |
object
A SftTreeItems object.
Clr
Defines the color used to draw vertical grid lines. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The GridVerticalColor property defines the color used to draw vertical 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