SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the color used to draw horizontal grid lines.
Deprecated - Provided for compatibility with earlier versions only - Use Items.GridHorizontalColor instead
Get
| VB.NET | Clr = object.GridHorizontalColor As System.Drawing.Color![]() |
| VB | Clr = object.GridHorizontalColor As OLE_COLOR |
| C#.NET | System.Drawing.Color Clr = object.GridHorizontalColor; |
| VC++ | OLE_COLOR Clr = object->GridHorizontalColor; OLE_COLOR Clr = object->GetGridHorizontalColor(); |
| C | HRESULT object->get_GridHorizontalColor(OLE_COLOR* Clr); |
Put
| VB.NET | object.GridHorizontalColor = Clr As System.Drawing.Color![]() |
| VB | object.GridHorizontalColor = Clr As OLE_COLOR |
| C#.NET | System.Drawing.Color object.GridHorizontalColor = Clr; |
| VC++ | OLE_COLOR object->GridHorizontalColor = Clr; void object->PutGridHorizontalColor(OLE_COLOR Clr); |
| C | HRESULT object->put_GridHorizontalColor(OLE_COLOR Clr); |
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 ...".
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
